Merge pull request #66 from kirmanak/gradle-properties

Update gradle.properties to match Now in Android
This commit is contained in:
Kirill Kamakin
2022-08-02 20:31:52 +02:00
committed by GitHub

View File

@@ -1,7 +1,9 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 -XX:+UseParallelGC
org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.unsafe.configuration-cache=true
android.useAndroidX=true
android.enableJetifier=false
kotlin.code.style=official
kotlin.code.style=official
kapt.incremental.apt=true