Skip to content

Commit 28bbd0f

Browse files
ghoshArnabmarekpelc-pega
authored andcommitted
Upgrade Kotlin from 2.2.20 to 2.2.21 for Xcode 26 compatibility
Kotlin 2.2.20 has known compatibility issues when building on Xcode 26.x. Official support for Xcode 26 was introduced in Kotlin 2.2.21. This change upgrades Kotlin to 2.2.21 to ensure compatibility with our macOS 26.x and Xcode 26.x build environment.
1 parent 1e0f464 commit 28bbd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ androidx-test-junit = "1.3.0"
1313
compose-hot-reload = "1.0.0"
1414
compose-multiplatform = "1.9.0" # warning: update bumps kotlinx-datetime, which breaks iOS
1515
compose-navigation = "2.9.1"
16-
kotlin = "2.2.20"
16+
kotlin = "2.2.21"
1717
kotlinx-coroutines = "1.10.2"
1818
kotlinx-datetime = "0.6.2" # warning: update breaks iOS compilation
1919
kotlinx-serialization-json = "1.9.0"

0 commit comments

Comments
 (0)