diff --git a/gradle.properties b/gradle.properties index 85fb260..570eab0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ # gradle.properties # build-logic/gradle.properties is a symlink to gradle.properties android.enableJetifier=false -android.enableResourceOptimizations=false android.useAndroidX=true org.gradle.caching=true -org.gradle.configuration-cache=false +org.gradle.configuration-cache=true +org.gradle.configuration-cache.parallel=true org.gradle.configuration-cache.problems=warn org.gradle.configureondemand=true org.gradle.java.installations.auto-download=false