Skip to content

Commit d62a0cd

Browse files
fix(deps): update kotlin, ksp and compose compiler
1 parent 24d4466 commit d62a0cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 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"
12+
kotlin-core = "1.9.22"
1313
kotlin-coroutines = "1.7.3"
1414
kotlin-dokka = "1.9.10"
15-
kotlin-ksp = "1.9.0-1.0.13"
15+
kotlin-ksp = "1.9.22-1.0.17"
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.7"
2121
kotlin-dataclass-nocopy = "1.0.4"
2222

2323
androidx-core-ktx = "1.12.0"

0 commit comments

Comments
 (0)