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.
24 lines
472 B
24 lines
472 B
2 years ago
|
#Gradle
|
||
|
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
||
|
|
||
|
#Kotlin
|
||
|
kotlin.code.style=official
|
||
|
|
||
|
#MPP
|
||
|
kotlin.mpp.stability.nowarn=true
|
||
|
kotlin.mpp.enableCInteropCommonization=true
|
||
|
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||
|
|
||
|
#Compose
|
||
|
org.jetbrains.compose.experimental.uikit.enabled=true
|
||
|
|
||
|
#Android
|
||
|
android.useAndroidX=true
|
||
|
android.compileSdk=33
|
||
|
android.targetSdk=33
|
||
|
android.minSdk=24
|
||
|
|
||
|
#Versions
|
||
|
kotlin.version=1.8.20
|
||
|
agp.version=7.4.2
|
||
|
compose.version=1.4.0
|