Browse Source

[gradle] Update local version of Compose Libraries used by Gradle plugin to "1.7.0-alpha01"

pull/5090/head v1.7.0-dev1721
Konstantin Tskhovrebov 4 months ago
parent
commit
d933519110
  1. 2
      gradle-plugins/gradle.properties

2
gradle-plugins/gradle.properties

@ -8,7 +8,7 @@ kotlin.code.style=official
dev.junit.parallel=false
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.6.10
compose.version=1.7.0-alpha01
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.kotlin.version=2.0.0
# __SUPPORTED_GRADLE_VERSIONS__

Loading…
Cancel
Save