Skip to content

Commit

Permalink
Update compiler version for Kotlin 1.9.2x (#4814)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed May 15, 2024
1 parent b2c7c41 commit 27642be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ internal object ComposeCompilerCompatibility {
"1.9.20" to "1.5.3",
"1.9.21" to "1.5.4",
"1.9.22" to "1.5.8.1",
"1.9.23" to "1.5.13.2",
"1.9.24" to "1.5.13.3",
"1.9.23" to "1.5.13.5",
"1.9.24" to "1.5.14",
"2.0.0-Beta1" to "1.5.4-dev1-kt2.0.0-Beta1",
"2.0.0-Beta4" to "1.5.9-kt-2.0.0-Beta4",
"2.0.0-Beta5" to "1.5.11-kt-2.0.0-Beta5",
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dev.junit.parallel=false
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.6.10-dev1590
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.5.13.3
compose.tests.compiler.version=1.5.14
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.compiler.compatible.kotlin.version=1.9.24
# The latest version of Kotlin compatible with compose.tests.compiler.version for JS target. Used only on CI.
Expand Down

0 comments on commit 27642be

Please sign in to comment.