We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfb7b7 commit 7138df7Copy full SHA for 7138df7
1 file changed
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
androidGradlePlugin = "8.10.0"
3
-kotlin = "2.1.21"
+kotlin = "2.3.21"
4
5
androidxLifecycle = "2.8.7"
6
androidxNavigation = "2.8.3"
@@ -54,5 +54,5 @@ robolectric = "org.robolectric:robolectric:4.14.1"
54
androidGradlePlugin = { id = "com.android.application", version.ref = "androidGradlePlugin" }
55
baselineProfilePlugin = { id = "androidx.baselineprofile", version.ref = "baselineProfile" }
56
kotlinPlugin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
57
-kspPlugin = { id = "com.google.devtools.ksp", version = "2.1.21-2.0.1" }
+kspPlugin = { id = "com.google.devtools.ksp", version = "2.3.9" }
58
hiltPlugin = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
0 commit comments