Skip to content

Commit

Permalink
Update ComposeCompilerCompatibility Kotlin 1.8.10 -> Compose Compiler…
Browse files Browse the repository at this point in the history
… 1.4.2
  • Loading branch information
eymar committed Mar 9, 2023
1 parent eecbf21 commit d6929ca
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 @@ -8,7 +8,7 @@ internal object ComposeCompilerCompatibility {
"1.7.10" to "1.3.0",
"1.7.20" to "1.3.2.2",
"1.8.0" to "1.4.0",
"1.8.10" to "1.4.2-rc03"
"1.8.10" to "1.4.2"
)

fun compilerVersionFor(kotlinVersion: String): String {
Expand Down
4 changes: 2 additions & 2 deletions gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ org.gradle.parallel=true
kotlin.code.style=official

# Default version of Compose Libraries used by Gradle plugin
compose.version=1.3.1-rc01
compose.version=1.3.1-rc03
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.4.2-rc03
compose.tests.compiler.version=1.4.2
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.compiler.compatible.kotlin.version=1.8.10
# The latest version of Kotlin compatible with compose.tests.compiler.version for JS target. Used only on CI.
Expand Down

0 comments on commit d6929ca

Please sign in to comment.