diff --git a/gradle.properties b/gradle.properties index d13e92712..f073d9ad1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,3 +20,6 @@ org.gradle.parallel=true # When set to true the Gradle daemon is used to run the build. For local developer builds this is our favorite property. # The developer environment is optimized for speed and feedback so we nearly always run Gradle jobs with the daemon. org.gradle.daemon=true + +# Configuration on demand is not supported by the current version of the Android Gradle plugin since you are using Gradle version 4.6 or above +org.gradle.configureondemand=false