https://kotlinlang.org logo
Title
j

Jiri Bruchanov

02/11/2020, 9:51 PM
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

Jiri Bruchanov

02/11/2020, 9:53 PM
I do have an android lib depending on coroutines and I have this error in the app where I'm using the lib.
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

octylFractal

02/11/2020, 9:56 PM
might be mistake on their part
in which case... you should file an issue with the project