feat(build): enable non-final resource IDs

Switched to enabling non-final resource IDs to allow resource overlays and better resource management in large and modularized projects. This will facilitate easier resource modifications without needing recompilation of the entire codebase.
This commit is contained in:
Kumi 2024-09-17 09:04:15 +02:00
parent 8f4062de25
commit d15c6b3545
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -18,7 +18,7 @@
# org.gradle.parallel=true
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonFinalResIds=true
android.nonTransitiveRClass=true
android.useAndroidX=true