79706178

Date: 2025-07-18 12:39:36
Score: 1
Natty:
Report link

Currently, the most 'modern' approach (with build.gradle.kts file) would be like this:

android {
    packaging {
       resources.excludes.add("META-INF/*")
    }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PurrgnarMeowbro