2022-07-24 09:49:59 +08:00
|
|
|
android.injected.testOnly=false
|
2018-08-30 14:59:30 +05:30
|
|
|
android.useAndroidX=true
|
2022-07-24 09:49:59 +08:00
|
|
|
kapt.verbose=true
|
|
|
|
kotlin.code.style=official
|
|
|
|
org.gradle.caching=true
|
|
|
|
org.gradle.configureondemand=true
|
|
|
|
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8
|
2022-07-24 09:53:47 +08:00
|
|
|
org.gradle.parallel=true
|
|
|
|
|
|
|
|
# https://blog.jetbrains.com/kotlin/2022/07/a-new-approach-to-incremental-compilation-in-kotlin/
|
2022-07-24 09:59:02 +08:00
|
|
|
kotlin.incremental.useClasspathSnapshot=true
|
|
|
|
# https://docs.gradle.org/7.5/userguide/configuration_cache.html
|
|
|
|
org.gradle.unsafe.configuration-cache=true
|