Skip to content

Commit 79e9b1d

Browse files
deps android: Upgrade Kotlin to 2.2.0, from 2.1.20
Changelog: https://kotlinlang.org/docs/whatsnew22.html Highlights: * Language features promotion to stable: - Guard conditions in when with a subject. - Non-local break and continue. - Multi-dollar interpolation: improved handling of $ in string literals. * Standard Library; Base64 API and HexFormat API are now Stable. * Otherwise mostly experimental features.
1 parent 191fd02 commit 79e9b1d

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.10.1
1313
# https://kotlinlang.org/docs/releases.html#release-details
1414
# A helpful discussion is at:
1515
# https://stackoverflow.com/a/74425347
16-
kotlinVersion=2.1.20
16+
kotlinVersion=2.2.0

0 commit comments

Comments
 (0)