16 lines
No EOL
527 B
Properties
16 lines
No EOL
527 B
Properties
# Project-wide Gradle settings.
|
|
# IDE (e.g. Android Studio) users:
|
|
# Gradle settings configured through the IDE *will override*
|
|
# any settings specified in this file.
|
|
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=1g -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
|
|
org.gradle.parallel=true
|
|
org.gradle.workers.max=8
|
|
org.gradle.daemon=true
|
|
org.gradle.caching=true
|
|
org.gradle.configuration-cache=true
|
|
|
|
android.useAndroidX=true
|
|
android.nonTransitiveRClass=false
|
|
|
|
kotlin.incremental=true |