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
I've recently added the Chucker library to my app and got this 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'
It turns out that both CalendarView and Chucker are creating the same META-INF/library_release.kotlin_module file:
I've opened an issue on Chucker with more details about the error and some solutions: ChuckerTeam/chucker#134
While there is a way to fix this, it would be nice that to fix the issue on the library itself, which would avoid having every user apply the same fix :)
The text was updated successfully, but these errors were encountered:
I've recently added the Chucker library to my app and got this build error:
It turns out that both CalendarView and Chucker are creating the same
META-INF/library_release.kotlin_module
file:I've opened an issue on Chucker with more details about the error and some solutions: ChuckerTeam/chucker#134
While there is a way to fix this, it would be nice that to fix the issue on the library itself, which would avoid having every user apply the same fix :)
The text was updated successfully, but these errors were encountered: