diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-23 14:39:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 14:39:36 +0530 |
commit | 356a8cd8c6487611daa3e790e3e23dc954a9bf98 (patch) | |
tree | 622cab3a3f803511673c7f8bd68bc03c470f3d08 /gradle.properties | |
parent | cc6f1ad605a507a564e9492e57b33024ec4b489f (diff) |
Migrate to Gradle Kotlin DSL (#936)
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 218affe7..ca214f0f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,3 +20,6 @@ android.useMinimalKeepRules=true # references to the resources it declares instead of declarations plus all # transitive dependency references. android.namespacedRClass=true + +# Gradle FS watching +org.gradle.unsafe.watch-fs=true |