Skip to content

Commit

Permalink
Update ComposeCompilerCompatibility mapping (#3538)
Browse files Browse the repository at this point in the history
* Update ComposeCompilerCompatibility mapping

* Update gradle.properties
  • Loading branch information
eymar authored Aug 21, 2023
1 parent 494c686 commit 198326d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal object ComposeCompilerCompatibility {
"1.8.22" to "1.4.8",
"1.9.0-Beta" to "1.4.7.1-beta",
"1.9.0-RC" to "1.4.8-beta",
"1.9.0" to "1.5.1-rc02"
"1.9.0" to "1.5.1"
)

fun compilerVersionFor(kotlinVersion: String): String {
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin.code.style=official
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.5.0-dev1122
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.5.0
compose.tests.compiler.version=1.5.1
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.compiler.compatible.kotlin.version=1.9.0
# The latest version of Kotlin compatible with compose.tests.compiler.version for JS target. Used only on CI.
Expand Down

0 comments on commit 198326d

Please sign in to comment.