You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
org.gradle.parallel=true
|
|
|
|
kotlin.code.style=official
|
|
|
|
|
|
|
|
# A version of Compose libraries,
|
|
|
|
# that will be used by published Gradle plugin,
|
|
|
|
# unless overridden by COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION env var.
|
|
|
|
#
|
|
|
|
# __LATEST_COMPOSE_RELEASE_VERSION__
|
|
|
|
compose.version=1.0.0
|
|
|
|
compose.with.web=false
|
|
|
|
|
|
|
|
# A version of Gradle plugin, that will be published,
|
|
|
|
# unless overridden by COMPOSE_GRADLE_PLUGIN_VERSION env var.
|
|
|
|
deploy.version=0.1.0-SNAPSHOT
|