Skip to content

Commit cf2f13a

Browse files
Update Kotlin and KSP
1 parent 00d34eb commit cf2f13a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22

33
android-gradle-plugin = "8.2.2"
4-
kotlin-core = "1.9.22"
4+
kotlin-core = "1.9.25"
55
gradle-dependency-handler-extensions = "1.1.0"
66

77
google-secrets = "2.0.1"
@@ -11,11 +11,11 @@ kotlin-detekt = "1.23.6"
1111
kotlin-ktlint-gradle = "11.6.1"
1212
kotlin-ktlint-source = "0.50.0"
1313

14-
kotlinx-coroutines = "1.8.0"
14+
kotlinx-coroutines = "1.10.2"
1515
kotlinx-datetime = "0.5.0"
16-
kotlinx-serialization = "1.6.3"
16+
kotlinx-serialization = "1.9.0"
1717
kotlinx-serialization-converter = "1.0.0"
18-
kotlinx-collections-immutable = "0.3.7"
18+
kotlinx-collections-immutable = "0.4.0"
1919

2020
androidx-core = "1.13.1"
2121
androidx-lifecycle = "2.7.0"
@@ -38,7 +38,7 @@ coil-compose = "2.6.0"
3838
timber = "5.0.1"
3939
firebase-bom = "32.8.1"
4040
firebase-crashlytics = "2.9.9"
41-
ksp = "1.9.22-1.0.18"
41+
ksp = "1.9.25-1.0.20"
4242
orbit-core = "4.6.1"
4343
kotest = "5.8.1"
4444
kakao-core = "2.20.1"

0 commit comments

Comments
 (0)