aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-02-17 10:13:04 +0530
committerGitHub <noreply@github.com>2022-02-17 04:43:04 +0000
commitc9992a64fc2ab1f137b08709b8090fab33fc5cf8 (patch)
tree5933e8d5a785841319795dce623fad9a6956aee4 /gradle.properties
parentc83ce481967a03a96a4717ed33c3d1643138c68e (diff)
Turn on Configuration Cache (#1733)
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
index 098f11b6..c79df6c4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -9,6 +9,9 @@ org.gradle.caching=true
# Enable filesystem watching
org.gradle.vfs.watch=true
+# Enable experimental configuration caching
+org.gradle.unsafe.configuration-cache=true
+
# Enable Kotlin incremental compilation
kotlin.incremental=true