diff --git a/gradle.properties b/gradle.properties index 605d6f60..b2f8e0ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,8 @@ kotlin.code.style=official org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 org.gradle.parallel=true org.gradle.caching=true -org.gradle.configuration-cache=true +# https://youtrack.jetbrains.com/issue/KT-64851 +org.gradle.configuration-cache=false # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with the app's APK