Closed bjarn closed 5 years ago
Add this to your app/build.gradle
file:
android {
...
packagingOptions {
pickFirst 'META-INF/core_debug.kotlin_module'
pickFirst 'META-INF/core_release.kotlin_module'
pickFirst 'META-INF/library_debug.kotlin_module'
pickFirst 'META-INF/library_release.kotlin_module'
}
...
}
Thanks a lot! Seems to have fixed the issue.
Good to know!
Details
1.2.5
n/a
n/a
n/a
Builder
Reproduction Steps
Expected Result
The build should succeed.
Actual Result
The error message that is being thrown by Gradle is: More than one file was found with OS independent path 'META-INF/library_release.kotlin_module'
A fix for this will be renaming the project. See: https://readyset.build/build-failures-kotlin-metadata-errors-f0090cdf948c