diff --git a/gradle.properties b/gradle.properties index 8aaf803f1..6456748c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -37,5 +37,7 @@ android.useAndroidX=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -# Disable new R8 mode +# https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode android.enableR8.fullMode=false +# https://docs.gradle.org/current/userguide/configuration_cache.html +org.gradle.configuration-cache=true