From 2bbe126c8d2d5aab8698e093145c2d02d909be77 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 17 Oct 2023 15:39:36 -0400 Subject: [PATCH] Configuration cache was creating a lot of build issues --- gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a9bb28f5a..67993555c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,5 +23,4 @@ kotlin.code.style=official android.nonTransitiveRClass=true android.enableR8.fullMode=true android.defaults.buildfeatures.buildconfig=true -android.nonFinalResIds=false -org.gradle.unsafe.configuration-cache=true \ No newline at end of file +android.nonFinalResIds=false \ No newline at end of file