|
|
|
@ -6,7 +6,13 @@ kotlin.code.style=official
|
|
|
|
|
# unless overridden by COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION env var. |
|
|
|
|
# |
|
|
|
|
# __LATEST_COMPOSE_RELEASE_VERSION__ |
|
|
|
|
compose.version=1.1.0 |
|
|
|
|
compose.version=0.0.0-master-dev673 |
|
|
|
|
|
|
|
|
|
# A version of Kotlin expected by __LATEST_COMPOSE_RELEASE_VERSION__ |
|
|
|
|
# This Kotlin version should be used in test or for checking plugin's compatibility, |
|
|
|
|
# not for building the Gradle plugin itself! |
|
|
|
|
# __KOTLIN_COMPOSE_VERSION__ |
|
|
|
|
kotlin.version=1.6.21 |
|
|
|
|
|
|
|
|
|
# A version of Gradle plugin, that will be published, |
|
|
|
|
# unless overridden by COMPOSE_GRADLE_PLUGIN_VERSION env var. |
|
|
|
|