From b2fbac708743fde7de019314b6289ce233b61542 Mon Sep 17 00:00:00 2001 From: CherryPerry Date: Mon, 11 Mar 2024 20:42:38 +0000 Subject: [PATCH] Disable configuration cache due KT-64851 --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 605d6f609..b2f8e0eeb 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