mirror of
https://github.com/haorendashu/nowser.git
synced 2026-01-31 15:14:27 +01:00
10 lines
345 B
INI
10 lines
345 B
INI
org.gradle.jvmargs=-Xmx4G -XX:+HeapDumpOnOutOfMemoryError
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
android.defaults.buildfeatures.buildconfig=true
|
|
android.nonTransitiveRClass=false
|
|
android.nonFinalResIds=false
|
|
kotlin.jvm.target.validation.mode = IGNORE
|
|
org.gradle.parallel=true
|
|
org.gradle.configureondemand=true
|
|
android.enableR8=true |