Skip to content

Commit b8103d9

Browse files
fix(deps): update kotlin, ksp and compose compiler
1 parent 46d65f6 commit b8103d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ google-autoservice-ksp = "1.1.0"
99

1010
jetbrains-annotation = "24.1.0"
1111

12-
kotlin-core = "1.9.0"
13-
kotlin-coroutines = "1.7.3"
12+
kotlin-core = "1.9.25"
13+
kotlin-coroutines = "1.10.2"
1414
kotlin-dokka = "1.9.10"
15-
kotlin-ksp = "1.9.0-1.0.13"
15+
kotlin-ksp = "1.9.25-1.0.20"
1616
kotlin-kotlinpoet = "1.15.1"
1717
kotlin-detekt = "1.23.4"
1818
kotlin-ktlint-gradle = "11.6.1"
1919
kotlin-ktlint-source = "0.48.2"
20-
kotlin-collections-immutable = "0.3.5"
20+
kotlin-collections-immutable = "0.3.8"
2121
kotlin-dataclass-nocopy = "1.0.4"
2222

2323
androidx-core-ktx = "1.12.0"

0 commit comments

Comments
 (0)