Skip to content

Commit d8cffc9

Browse files
deps android: Upgrade Kotlin to 2.2.20, from 2.2.0
Changelog: https://kotlinlang.org/docs/whatsnew2220.html Highlights: * Mostly experimental changes. * One notable change is improved incremental compilation for Kotlin/JVM but currently experimental: - https://kotlinlang.org/docs/whatsnew2220.html#preview-improved-incremental-compilation-for-kotlin-jvm * And one breaking change for `kapt.use.k2` property, which we do not use.
1 parent 0e6d985 commit d8cffc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ agpVersion=8.12.0
1313
# https://kotlinlang.org/docs/releases.html#release-details
1414
# A helpful discussion is at:
1515
# https://stackoverflow.com/a/74425347
16-
kotlinVersion=2.2.0
16+
kotlinVersion=2.2.20

0 commit comments

Comments
 (0)