Skip to content

Commit 2e63a17

Browse files
committed
Fix build warnings
1 parent 9f41c26 commit 2e63a17

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ android {
5454
}
5555
buildFeatures {
5656
compose = true
57+
resValues = true
5758
}
5859
}
5960

gradle.properties

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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
2323
android.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:
3225
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)