Skip to content

Commit 4e53191

Browse files
committed
Unify Kotlin plugin versions
Kotlin and KSP are no longer tied together. https://github.com/google/ksp/releases/tag/2.3.0
1 parent f3ab73b commit 4e53191

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
[versions]
1616
agp = "8.11.2"
17-
kotlin = "2.2.10" # Downgraded from 2.2.20 to align with KSP
18-
kotlinSerialization = "2.2.10"
17+
kotlin = "2.2.10"
1918
coreKtx = "1.17.0"
2019
junit = "4.13.2"
2120
junitVersion = "1.3.0"
@@ -29,7 +28,7 @@ navigation2 = "2.9.1"
2928
navigation3 = "1.0.0-beta01"
3029
material3 = "1.4.0"
3130
nav3Material = "1.3.0-alpha01"
32-
ksp = "2.2.10-2.0.2"
31+
ksp = "2.3.2"
3332
hilt = "2.57.1"
3433
hiltNavigationCompose = "1.3.0"
3534
koin = "4.1.1"
@@ -68,6 +67,6 @@ koin-compose-viewmodel = {group = "io.insert-koin", name = "koin-compose-viewmod
6867
android-application = { id = "com.android.application", version.ref = "agp" }
6968
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
7069
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
71-
jetbrains-kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlinSerialization"}
70+
jetbrains-kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
7271
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
7372
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }

0 commit comments

Comments
 (0)