diff --git a/gradle.properties b/gradle.properties index 7cfde6fe..1139376c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ # https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects # org.gradle.parallel=true #Fri Nov 08 00:03:25 ICT 2024 -android.enableJetifier=false +android.enableJetifier=true android.nonFinalResIds=false android.nonTransitiveRClass=true android.useAndroidX=true @@ -19,7 +19,6 @@ kotlin.code.style=official kotlin.jvm.target.validation.mode=IGNORE org.gradle.daemon=true org.gradle.jvmargs=-Xmx2560m -org.gradle.unsafe.configuration-cache=true +org.gradle.configuration-cache=false # Build optimization org.gradle.parallel=true -org.gradle.configureondemand=true \ No newline at end of file