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' }
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'.
for the moment this resolve the problem:
packagingOptions { exclude 'META-INF/library_release.kotlin_module' }