-
-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More than one file was found with OS independent path 'META-INF/library_release.kotlin_module' #134
Comments
I've found this related to the error: https://readyset.build/build-failures-kotlin-metadata-errors-f0090cdf948c |
I've opened an issue on the other library too: kizitonwose/Calendar#65 |
cortinico
added a commit
that referenced
this issue
Oct 23, 2019
Thanks for the report @AlbertVilaCalvo |
It is work for me.
|
kmayoral
pushed a commit
to kmayoral/chucker
that referenced
this issue
Jan 21, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, when I add the library to the
app/build.gradle
file:I get the following build error:
Indeed, I have 2 libraries with this file, one of them is chucker:
There is a way to fix this with
packagingOptions
:However it seems that the root cause can be solved on the library, which is better because it avoids having everyone to add the exclude fix:
Takhion/android-extras-delegates#1
kosi-libs/Kodein#138
Would be nice if this was fixed at the library :)
The text was updated successfully, but these errors were encountered: