summaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-08-25 00:48:29 +0200
committerJoel Klinghed <the_jk@spawned.biz>2024-08-25 00:48:29 +0200
commit5b0bd926c6c8a1d3f65acd170b56c582abcee488 (patch)
tree820cebdcd52e3529b8322f5efe3e6a38949f98dd /gradle.properties
parentcd0f76a239d13713f6695e952c3eb68ec1014c66 (diff)
Enable configuration cache in gradle
Speedup repeated runs.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 6c73fc4..18e65a1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -27,3 +27,4 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
detekt.use.worker.api=true
+org.gradle.configuration-cache=true