You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' }
The text was updated successfully, but these errors were encountered:
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' }
The text was updated successfully, but these errors were encountered: