Skip to content

Commit

Permalink
Add kotlin 1.9.22 support (#4075)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Dec 27, 2023
1 parent dad2f96 commit b3dee0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +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.7",
"2.0.0-Beta1" to "1.5.4-dev1-kt2.0.0-Beta1",
)

Expand Down
6 changes: 3 additions & 3 deletions gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ kotlin.code.style=official
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.6.0-dev1340
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.5.4
compose.tests.compiler.version=1.5.7
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.compiler.compatible.kotlin.version=1.9.21
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.
compose.tests.js.compiler.compatible.kotlin.version=1.9.21
compose.tests.js.compiler.compatible.kotlin.version=1.9.22
# __SUPPORTED_GRADLE_VERSIONS__
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well
compose.tests.gradle.versions=7.4, 8.3
Expand Down

0 comments on commit b3dee0d

Please sign in to comment.