Browse Source

Update kotlin version in gradle plugin tests (#3372)

kotlin - 1.9.0, compose compiler plugin - 1.5.0
pull/3375/head
Oleksandr Karpovich 1 year ago committed by GitHub
parent
commit
c918154efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      gradle-plugins/gradle.properties

6
gradle-plugins/gradle.properties

@ -4,11 +4,11 @@ kotlin.code.style=official
# Default version of Compose Libraries used by Gradle plugin # Default version of Compose Libraries used by Gradle plugin
compose.version=1.4.1 compose.version=1.4.1
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI. # The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.4.5 compose.tests.compiler.version=1.5.0
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI. # The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.compiler.compatible.kotlin.version=1.8.20 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. # 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.8.20 compose.tests.js.compiler.compatible.kotlin.version=1.9.0
# __SUPPORTED_GRADLE_VERSIONS__ # __SUPPORTED_GRADLE_VERSIONS__
compose.tests.gradle.versions=7.3.3, 8.1 compose.tests.gradle.versions=7.3.3, 8.1

Loading…
Cancel
Save