org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 org.gradle.parallel=true org.gradle.caching=true org.gradle.configuration-cache=true android.useAndroidX=true android.nonTransitiveRClass=true # detekt 2.0-alpha + ktlint Gradle plugin have intermittent # configuration-cache compatibility holes. Warn rather than fail so the # CC speedup applies where it can; revisit when both tools ship stable # CC-clean releases. org.gradle.configuration-cache.problems=warn kotlin.code.style=official