Add or replace in build.gradle.kts (:app)
packaging{ resources{ excludes += "META-INF/LICENSE.md" excludes += "META-INF/NOTICE.md" } }