I recently added two Android libraries through JitPack and I have the following error:
Duplicate files copied in APK META-INF/library_release.kotlin_module
After looking at other conflicts, it seems like the resolution is
packagingOptions { pickFirst 'META-INF/library_release.kotlin_module' }
under android in the app gradle.
android
This allows the apk to build