From 1925c23500c0eb67f4828f8f0b5061a9a822a96a Mon Sep 17 00:00:00 2001 From: Luna712 <142361265+Luna712@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:32:46 -0700 Subject: [PATCH] Enable configuration cache --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 31e3a11..3544412 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,3 +23,4 @@ android.useAndroidX=true android.enableJetifier=true org.gradle.caching=true +org.gradle.configuration-cache=true