Skip to content

Commit 9fca748

Browse files
authored
upgrade to Kotlin 2.2.20 (#45)
Kotlin 2.2.20 introduces another ABI chnage for the IR apis
1 parent 8f59440 commit 9fca748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
kotlin = '2.2.0'
2+
kotlin = '2.2.20'
33
compose-ui = '1.8.3'
4-
google-ksp = '2.2.0-2.0.2' # https://mvnrepository.com/artifact/com.google.devtools.ksp/com.google.devtools.ksp.gradle.plugin?repo=central
4+
google-ksp = '2.2.20-2.0.3' # https://mvnrepository.com/artifact/com.google.devtools.ksp/com.google.devtools.ksp.gradle.plugin?repo=central
55
activity = '1.10.1'
66
agp = '8.9.3'
77
espresso = '3.6.1'

0 commit comments

Comments
 (0)