Skip to content

Commit

Permalink
update compiler plugin version to 1.5.8.1-beta01 (#4203)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin-pavel authored Jan 30, 2024
1 parent 107a144 commit 6c38a4a
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 @@ -22,7 +22,7 @@ internal object ComposeCompilerCompatibility {
"1.9.20-RC2" to "1.5.3-rc01",
"1.9.20" to "1.5.3",
"1.9.21" to "1.5.4",
"1.9.22" to "1.5.8-beta01",
"1.9.22" to "1.5.8.1-beta01",
"2.0.0-Beta1" to "1.5.4-dev1-kt2.0.0-Beta1",
)

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.6.0-dev1383
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.5.8-beta01
compose.tests.compiler.version=1.5.8.1-beta01
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.compiler.compatible.kotlin.version=1.9.22
# The latest version of Kotlin compatible with compose.tests.compiler.version for JS target. Used only on CI.
Expand Down

0 comments on commit 6c38a4a

Please sign in to comment.