From 39c07ba27da90bdb040ab8bff4b5a349afea1cb8 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 8 Jul 2023 15:08:07 -0400 Subject: [PATCH] Have to remove config cache to work with Room... weird. --- 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