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
You should add this to the build.gradle file of your app inside the android tag
build.gradle
android
packagingOptions { exclude 'META-INF/library_release.kotlin_module' }