diff options
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 4c8416e5..c572550f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,9 +9,6 @@ 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 |