Skip to content

Commit

Permalink
update kotlin version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin-pavel committed Mar 8, 2024
1 parent 927873c commit 79db94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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.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.22
compose.tests.compiler.compatible.kotlin.version=1.9.23
# 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.22
compose.tests.js.compiler.compatible.kotlin.version=1.9.23
# __SUPPORTED_GRADLE_VERSIONS__
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well
# minimal and current gradle version
Expand Down

0 comments on commit 79db94c

Please sign in to comment.