Skip to content

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

Open
@enriquebautista

Description

@enriquebautista

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions