Skip to content

Commit ceaa313

Browse files
committedMar 17, 2025
update gradle settings
1 parent 319391f commit ceaa313

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎gradle.properties

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ kotlin.code.style=official
2121
# Enables namespacing of each library's R class so that its R class includes only the
2222
# resources declared in the library itself and none from the library's dependencies,
2323
# thereby reducing the size of the R class for that library
24-
android.nonTransitiveRClass=true
24+
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

Comments
 (0)