Skip to content

Commit ec6c5dd

Browse files
fix(deps): update kotlin, ksp and compose compiler
1 parent 925add3 commit ec6c5dd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
agp = "8.9.1"
3-
kotlin = "2.1.10"
3+
kotlin = "2.1.20"
44
dokka = "2.0.0"
55
jvmTarget = "11"
66
nexusPlugin = "0.26.0"
@@ -13,9 +13,9 @@ okhttp = "4.12.0"
1313
ktor = "3.1.2"
1414
ktorfit = "2.1.0"
1515
ktorfitKSP = "2.2.0-1.0.30"
16-
coroutines = "1.10.1"
17-
kotlinSerialization = "1.8.0"
18-
ksp = "2.1.10-1.0.31"
16+
coroutines = "1.10.2"
17+
kotlinSerialization = "1.8.1"
18+
ksp = "2.1.20-2.0.0"
1919
moshi = "1.15.2"
2020
glide = "4.16.0"
2121
androidxLifecycle = "2.8.7"

0 commit comments

Comments
 (0)