Skip to content

Commit 2540b97

Browse files
authored
Downgrade Kotlin to 2.2.20 in libraries (#5484)
[CMP-9273](https://youtrack.jetbrains.com/issue/CMP-9273) Using Kotlin 2.2.20 in user project cause build error ## Release Notes ### Fixes - Resources - _(prerelease fix)_ Fixed compatibility with Kotlin 2.2.20 on Web
1 parent 41d24e6 commit 2540b97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.configuration-cache=true
77
android.useAndroidX=true
88

99
#Versions
10-
kotlin.version=2.2.21
10+
kotlin.version=2.2.20
1111
agp.version=8.9.0
1212
compose.version=1.9.0
1313
deploy.version=9999.0.0-SNAPSHOT

gradle-plugins/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dev.junit.parallel=false
1111
compose.version=1.10.0-alpha02
1212
compose.material3.version=1.9.0-beta03
1313
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
14-
compose.tests.kotlin.version=2.2.21
14+
compose.tests.kotlin.version=2.2.20
1515
# __SUPPORTED_GRADLE_VERSIONS__
1616
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well
1717
# and Publish.Subtasks.buildTypes.gradle.GradlePluginTestKt#gradleVersions in the TC config

html/buildSrc/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
kotlin.version=2.2.21
1+
kotlin.version=2.2.20

0 commit comments

Comments
 (0)