From 128f2087dd4b0756edaa2fb0c8dea7114e958efc Mon Sep 17 00:00:00 2001 From: shrapnelnet Date: Fri, 14 Aug 2026 18:36:04 +0100 Subject: [PATCH] Enable gradle configuration cache --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 7fc6f1f..36704cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ kotlin.code.style=official +org.gradle.configuration-cache=true \ No newline at end of file