Skip to content

Commit 7f01573

Browse files
rajveermalviyagnprice
authored andcommitted
deps android: Upgrade Kotlin to 2.0.10
Release notes: https://kotlinlang.org/docs/whatsnew1920.html https://kotlinlang.org/docs/whatsnew20.html Highlights: * 1.9.20 - Standard library; Improvements to the Atomics API. - Otherwise mostly related to Wasm, Native and Kotlin Multiplatform. * 2.0.0 - Enables the new unified K2 compiler by default on all targets. - Language; Smarter type-casting - - JVM; better bytecode for lambda enabled by default, which reduces the binary size. - Standard Library; AutoCloseable interface - Many more to list here.
1 parent b57968f commit 7f01573

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

0 commit comments

Comments
 (0)