We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319391f commit ceaa313Copy full SHA for ceaa313
gradle.properties
@@ -21,4 +21,8 @@ kotlin.code.style=official
21
# Enables namespacing of each library's R class so that its R class includes only the
22
# resources declared in the library itself and none from the library's dependencies,
23
# thereby reducing the size of the R class for that library
24
-android.nonTransitiveRClass=true
+android.nonTransitiveRClass=true
25
+
26
+org.gradle.configuration-cache=true
27
+# Use this flag carefully, in case some of the plugins are not fully compatible.
28
+org.gradle.configuration-cache.problems=warn
0 commit comments