Skip to content

Commit 5196547

Browse files
Update Kotlin
1 parent 9dfb7b7 commit 5196547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
androidGradlePlugin = "8.10.0"
3-
kotlin = "2.1.21"
3+
kotlin = "2.2.20"
44

55
androidxLifecycle = "2.8.7"
66
androidxNavigation = "2.8.3"
@@ -54,5 +54,5 @@ robolectric = "org.robolectric:robolectric:4.14.1"
5454
androidGradlePlugin = { id = "com.android.application", version.ref = "androidGradlePlugin" }
5555
baselineProfilePlugin = { id = "androidx.baselineprofile", version.ref = "baselineProfile" }
5656
kotlinPlugin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
57-
kspPlugin = { id = "com.google.devtools.ksp", version = "2.1.21-2.0.1" }
57+
kspPlugin = { id = "com.google.devtools.ksp", version = "2.2.20-2.0.4" }
5858
hiltPlugin = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }

0 commit comments

Comments
 (0)