Closed
Description
Describe the bug
This seems like an accident. probeCoroutineCreated
delegates to kotlin.coroutines.jvm.internal
but probeCoroutineResumed
delegates to kotlinx.coroutines.debug.internal
. Should they not point to the same place?
It also creates a weird build dependency. Now "debug" code is a static dependency of "production" code.