diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-08-25 00:48:29 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-08-25 00:48:29 +0200 |
| commit | 5b0bd926c6c8a1d3f65acd170b56c582abcee488 (patch) | |
| tree | 820cebdcd52e3529b8322f5efe3e6a38949f98dd | |
| parent | cd0f76a239d13713f6695e952c3eb68ec1014c66 (diff) | |
Enable configuration cache in gradle
Speedup repeated runs.
| -rw-r--r-- | gradle.properties | 1 |
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 |
