mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
15 lines
387 B
Properties
15 lines
387 B
Properties
#Kotlin
|
|
kotlin.code.style=official
|
|
kotlin.daemon.jvmargs=-Xmx3072M
|
|
kotlin.mpp.enableCInteropCommonization=true
|
|
#Gradle
|
|
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
|
|
org.gradle.configuration-cache=true
|
|
org.gradle.caching=true
|
|
#Android
|
|
android.builtInKotlin=false
|
|
android.newDsl=false
|
|
android.nonTransitiveRClass=true
|
|
android.sourceset.disallowProvider=false
|
|
android.useAndroidX=true
|