EasyImage icon indicating copy to clipboard operation
EasyImage copied to clipboard

Library naming conflict with Kotlin

Open bjarn opened this issue 5 years ago • 0 comments

This library is conflicting when building an app.

Reproduction Steps
  1. Implement the library and another library with a module named 'library'.
  2. Build the app in Android Studio
  3. 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

bjarn avatar May 17 '19 06:05 bjarn