it says there is an error processing `kotlinx-coro...
# coroutines
j
it says there is an error processing
kotlinx-coroutines-debug
but we don't have that module listed in our gradle file 🤔
v
It is a transitive dependency of
kotlinx-coroutines-test
j
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
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
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