From ffd9b05ab1539fbd06a476f0408a7d06ca85b903 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 24 Mar 2026 19:00:38 -0700 Subject: [PATCH] Enable Gradle configuration cache Incremental builds drop from ~20s to ~2s. Co-Authored-By: Claude Opus 4.6 (1M context) --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 5ce604a..c2fc6b7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,3 +3,4 @@ android.useAndroidX=true kotlin.code.style=official android.nonTransitiveRClass=true android.disallowKotlinSourceSets=false +org.gradle.configuration-cache=true