Hi, anyone who could help me with `'More than one ...
# coroutines
j
Hi, anyone who could help me with
'More than one file was found with OS independent path 'META-INF/kotlinx-coroutines-core.kotlin_module'
?
j
I do have an android lib depending on coroutines and I have this error in the app where I'm using the lib.
Copy code
packagingOptions {
        pickFirst 'META-INF/kotlinx-coroutines-core.kotlin_module'
    }
^ helps, but I'd like to avoid doing this I do have also few more files
Yeah I've seen that link.. However it looks like this should be handled correctly on the coroutine lib level... the file conflict is coming from
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3
org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.3.3
o
might be mistake on their part
in which case... you should file an issue with the project