File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
compose/src/main/kotlin/org/jetbrains/compose Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ internal object ComposeCompilerCompatibility {
2323 " 1.9.20" to " 1.5.3" ,
2424 " 1.9.21" to " 1.5.4" ,
2525 " 1.9.22" to " 1.5.8.1" ,
26- " 1.9.23" to " 1.5.13.2 " ,
27- " 1.9.24" to " 1.5.13.3 " ,
26+ " 1.9.23" to " 1.5.13.5 " ,
27+ " 1.9.24" to " 1.5.14 " ,
2828 " 2.0.0-Beta1" to " 1.5.4-dev1-kt2.0.0-Beta1" ,
2929 " 2.0.0-Beta4" to " 1.5.9-kt-2.0.0-Beta4" ,
3030 " 2.0.0-Beta5" to " 1.5.11-kt-2.0.0-Beta5" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dev.junit.parallel=false
1010# Default version of Compose Libraries used by Gradle plugin
1111compose.version =1.6.10-dev1590
1212# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
13- compose.tests.compiler.version =1.5.13.3
13+ compose.tests.compiler.version =1.5.14
1414# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
1515compose.tests.compiler.compatible.kotlin.version =1.9.24
1616# The latest version of Kotlin compatible with compose.tests.compiler.version for JS target. Used only on CI.
You can’t perform that action at this time.
0 commit comments