I'm getting a `call to 'resume' before 'invoke' wi...
# coroutines
n
I'm getting a
call to 'resume' before 'invoke' with coroutine
error, but I'm having a hard time figuring out what's causing it and I can't seem to isolate it (though I can reproduce in this single environment). Any suggestions on how to track it down?
v
n
Oh, thank goodness. I was questioning my sanity.
I'm still receiving this error, even after upgrading @Vsevolod Tolstopyatov [JB]
e
It is a bug in the compiler. I will not be fixed by any updates to the coroutines library. Please, subscribe to the status of the compiler bug. You can also add your reporoducer there: https://youtrack.jetbrains.com/issue/KT-25893
n
I was told that bug was fixed in 1.3, but even with
1.3.20-dev-165
it's not working. I'll go ahead and add it there, thanks.
e
It is not. Please, take a look at the issue (link above). It is still open
n
Ah, I see. The GitHub issue was closed, hence my confusion. Sorry about that
e
The github issue was closed because there is no bug in the
kotlinx.coroutines
library.