EasyImage
EasyImage copied to clipboard
Library naming conflict with Kotlin
This library is conflicting when building an app.
Reproduction Steps
- Implement the library and another library with a module named 'library'.
- Build the app in Android Studio
- Wait until the error pops up
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