diff --git a/gradle.properties b/gradle.properties index c73d239..9463a98 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,3 +17,5 @@ org.gradle.jvmargs=-Xmx1536m android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true +org.gradle.caching = true +org.gradle.vfs.watch = true