File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ android {
5454 }
5555 buildFeatures {
5656 compose = true
57+ resValues = true
5758 }
5859}
5960
Original file line number Diff line number Diff line change @@ -21,12 +21,5 @@ kotlin.code.style=official
2121# resources declared in the library itself and none from the library's dependencies,
2222# thereby reducing the size of the R class for that library
2323android.nonTransitiveRClass =true
24- android.defaults.buildfeatures.resvalues =true
25- android.sdk.defaultTargetSdkToCompileSdkIfUnset =false
26- android.enableAppCompileTimeRClass =false
27- android.usesSdkInManifest.disallowed =false
28- android.uniquePackageNames =false
29- android.dependency.useConstraints =true
30- android.r8.strictFullModeForKeepRules =false
31- android.r8.optimizedResourceShrinking =false
24+ # Enable cache to improve build performance:
3225org.gradle.configuration-cache =true
You can’t perform that action at this time.
0 commit comments