Files
compose-multiplatform-template/gradle.properties

16 lines
548 B
Properties

# Compiler Configuration
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.nonTransitiveRClass=true
kotlin.code.style=official
kotlin.incremental.useClasspathSnapshot=true
kotlin.mpp.applyDefaultHierarchyTemplate=false
org.jetbrains.compose.experimental.uikit.enabled=true
# Project Configuration
project.name=__PROJECT_NAME__
project.groupName=__GROUP_NAME__
project.android.compileSdk=34
project.android.minSdk=21
project.android.targetSdk=34
project.androidApp.versionName=1.0.0
project.androidApp.versionCode=1