File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
compose/src/main/kotlin/org/jetbrains/compose Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +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.7" ,
25
26
" 2.0.0-Beta1" to " 1.5.4-dev1-kt2.0.0-Beta1" ,
26
27
)
27
28
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ kotlin.code.style=official
4
4
# Default version of Compose Libraries used by Gradle plugin
5
5
compose.version =1.6.0-dev1340
6
6
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
7
- compose.tests.compiler.version =1.5.4
7
+ compose.tests.compiler.version =1.5.7
8
8
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
9
- compose.tests.compiler.compatible.kotlin.version =1.9.21
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.
11
- compose.tests.js.compiler.compatible.kotlin.version =1.9.21
11
+ compose.tests.js.compiler.compatible.kotlin.version =1.9.22
12
12
# __SUPPORTED_GRADLE_VERSIONS__
13
13
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well
14
14
compose.tests.gradle.versions =7.4, 8.3
You can’t perform that action at this time.
0 commit comments