We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e170338 commit 8be45beCopy full SHA for 8be45be
1 file changed
gradle.properties
@@ -17,3 +17,7 @@ android.useAndroidX=true
17
android.defaults.buildfeatures.buildconfig=true
18
android.nonTransitiveRClass=true
19
android.nonFinalResIds=true
20
+
21
+# Enabling Gradle's configuration cache ( https://docs.gradle.org/current/userguide/configuration_cache.html ) executes some Gradle tasks in parallel.
22
+# In our case it's required to execute conanInstall's in parallel. In case of problems - disable or comment out for un-paralleled conan installs
23
+org.gradle.configuration-cache=true
0 commit comments