Skip to content

Commit

Permalink
Support kotlin 1.9.21 (#3966)
Browse files Browse the repository at this point in the history
(cherry picked from commit 22165d8)
  • Loading branch information
Oleksandr Karpovich committed Nov 23, 2023
1 parent 02b8dc4 commit b00a756
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ internal object ComposeCompilerCompatibility {
"1.9.20-RC" to "1.5.2.1-rc01",
"1.9.20-RC2" to "1.5.3-rc01",
"1.9.20" to "1.5.3",
"1.9.21" to "1.5.4",
"2.0.0-Beta1" to "1.5.4-dev1-kt2.0.0-Beta1",
)

Expand Down
8 changes: 4 additions & 4 deletions gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ org.gradle.parallel=true
kotlin.code.style=official

# Default version of Compose Libraries used by Gradle plugin
compose.version=1.5.2
compose.version=1.5.10
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.5.2
compose.tests.compiler.version=1.5.4
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.compiler.compatible.kotlin.version=1.9.10
compose.tests.compiler.compatible.kotlin.version=1.9.21
# The latest version of Kotlin compatible with compose.tests.compiler.version for JS target. Used only on CI.
compose.tests.js.compiler.compatible.kotlin.version=1.9.10
compose.tests.js.compiler.compatible.kotlin.version=1.9.21
# __SUPPORTED_GRADLE_VERSIONS__
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well
compose.tests.gradle.versions=7.3.3, 8.3
Expand Down

0 comments on commit b00a756

Please sign in to comment.