https://kotlinlang.org logo
Title
j

julioyg

01/23/2019, 10:58 AM
it says there is an error processing
kotlinx-coroutines-debug
but we don't have that module listed in our gradle file 🤔
v

Vsevolod Tolstopyatov [JB]

01/23/2019, 11:01 AM
It is a transitive dependency of
kotlinx-coroutines-test
j

julioyg

01/23/2019, 11:03 AM
can I exclude it? is there any reason for it to fail?
do I need to change the value of that sys property... what was it?
kotlinx.coroutines.debug
?
v

Vsevolod Tolstopyatov [JB]

01/23/2019, 11:05 AM
You can exclude it manually like any other transitive dependency. The failure has nothing to do with system properties, it looks like a bug in Android toolchain
j

julioyg

01/23/2019, 11:08 AM
thanks, I'll try to exclude it, I thought it would be an error with bytebuddy as mockito uses it, and dex, but I'm already using an old version of it as told in mockito's github 🤔
have no idea where to start really
excluding it works, thanks!
but can't figure out why it failed