Skip to content
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' #67

Open
enriquebautista opened this issue Apr 14, 2021 · 0 comments

Comments

@enriquebautista
Copy link

Hi, when I add the library to the app/build.gradle file:
implementation 'com.klinkerapps:link_builder:2.0.5'

I get the following build error:
`Execution failed for task ':app:mergeDebugJavaResource'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
More than one file was found with OS independent path 'META-INF/library_release.kotlin_module'`

for the moment this resolve the problem:
packagingOptions { exclude 'META-INF/library_release.kotlin_module' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@enriquebautista and others