cleanup gradle.properties, remove redundant Kotlin Android plugins, and update android.dependency.useConstraints

This commit is contained in:
jonasgaudian
2026-02-16 11:23:50 +01:00
parent 2b8b9a84a3
commit 801b6f6404
4 changed files with 6 additions and 20 deletions

View File

@@ -21,13 +21,4 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.defaults.buildfeatures.resvalues=true
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
android.enableAppCompileTimeRClass=false
android.usesSdkInManifest.disallowed=false
android.uniquePackageNames=false
android.dependency.useConstraints=true
android.r8.strictFullModeForKeepRules=false
android.r8.optimizedResourceShrinking=false
android.builtInKotlin=false
android.newDsl=false
android.dependency.useConstraints=false