diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-02-17 10:13:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 04:43:04 +0000 |
commit | c9992a64fc2ab1f137b08709b8090fab33fc5cf8 (patch) | |
tree | 5933e8d5a785841319795dce623fad9a6956aee4 /gradle.properties | |
parent | c83ce481967a03a96a4717ed33c3d1643138c68e (diff) |
Turn on Configuration Cache (#1733)
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
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 |