Android-TextView-LinkBuilder icon indicating copy to clipboard operation
Android-TextView-LinkBuilder copied to clipboard

More than one file was found with OS independent path 'META-INF/library_release.kotlin_module'

Open enriquebautista opened this issue 4 years ago • 0 comments

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' }

enriquebautista avatar Apr 14 '21 19:04 enriquebautista