Use compose compiler 1.4.5 with kotlin 1.8.20 (#3031)

This commit is contained in:
Oleksandr Karpovich
2023-04-11 14:34:44 +02:00
committed by GitHub
parent 84d91b1e81
commit cf7bdaa352
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ internal object ComposeCompilerCompatibility {
"1.7.20" to "1.3.2.2",
"1.8.0" to "1.4.0",
"1.8.10" to "1.4.2",
"1.8.20" to "1.4.5-rc03",
"1.8.20" to "1.4.5",
)
fun compilerVersionFor(kotlinVersion: String): String {

View File

@@ -4,7 +4,7 @@ kotlin.code.style=official
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.4.0-rc03
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.4.5-rc03
compose.tests.compiler.version=1.4.5
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.compiler.compatible.kotlin.version=1.8.20
# The latest version of Kotlin compatible with compose.tests.compiler.version for JS target. Used only on CI.