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.
19 lines
377 B
19 lines
377 B
6 months ago
|
kotlin.code.style=official
|
||
|
|
||
|
#Gradle
|
||
|
org.gradle.jvmargs=-Xmx4G -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4G"
|
||
|
|
||
|
|
||
|
#Android
|
||
|
android.nonTransitiveRClass=true
|
||
|
android.useAndroidX=true
|
||
|
|
||
|
#Compose
|
||
|
org.jetbrains.compose.experimental.wasm.enabled=true
|
||
|
|
||
|
#MPP
|
||
|
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||
|
kotlin.mpp.enableCInteropCommonization=true
|
||
|
|
||
|
#Development
|
||
|
development=true
|