mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 11:04:23 +07:00
11 lines
368 B
Properties
11 lines
368 B
Properties
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m
|
|
android.nonTransitiveRClass=false
|
|
android.nonFinalResIds=false
|
|
|
|
#alternate band-aid for the `jvm target compatibility should be set to the same Java version` problem:
|
|
#kotlin.jvm.target.validation.mode = IGNORE
|