12 lines
470 B
INI
12 lines
470 B
INI
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8
|
|
android.useAndroidX=true
|
|
android.nonTransitiveRClass=true
|
|
kotlin.code.style=official
|
|
android.dependency.useConstraints=true
|
|
android.r8.strictFullModeForKeepRules=false
|
|
android.dependency.excludeLibraryComponentsFromConstraints=true
|
|
android.generateSyncIssueWhenLibraryConstraintsAreEnabled=false
|
|
kotlin.daemon.jvmargs=-Xmx2048m
|
|
android.lint.workerProcessMaxHeapSize=4g
|
|
lint.runInProcess=true
|