File tree 2 files changed +2
-2
lines changed
compose/src/main/kotlin/org/jetbrains/compose
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ internal object ComposeCompilerCompatibility {
22
22
" 1.9.20-RC2" to " 1.5.3-rc01" ,
23
23
" 1.9.20" to " 1.5.3" ,
24
24
" 1.9.21" to " 1.5.4" ,
25
- " 1.9.22" to " 1.5.8-beta01" ,
25
+ " 1.9.22" to " 1.5.8.1 -beta01" ,
26
26
" 2.0.0-Beta1" to " 1.5.4-dev1-kt2.0.0-Beta1" ,
27
27
)
28
28
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kotlin.code.style=official
4
4
# Default version of Compose Libraries used by Gradle plugin
5
5
compose.version =1.6.0-dev1383
6
6
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
7
- compose.tests.compiler.version =1.5.8-beta01
7
+ compose.tests.compiler.version =1.5.8.1 -beta01
8
8
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
9
9
compose.tests.compiler.compatible.kotlin.version =1.9.22
10
10
# 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