From 9a4493e838361a4186bab78fb0bf904bf7ca27e9 Mon Sep 17 00:00:00 2001 From: thisjustin123 Date: Thu, 3 Oct 2024 17:29:37 -0400 Subject: [PATCH] Remove config caching --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 53917da..41ac391 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,3 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true org.gradle.caching=true -org.gradle.configuration-cache=true