We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e462c commit 8213266Copy full SHA for 8213266
kotlinx-coroutines-core/jvm/src/internal/ProbesSupport.kt
@@ -8,5 +8,5 @@ internal actual inline fun <T> probeCoroutineCreated(completion: Continuation<T>
8
kotlin.coroutines.jvm.internal.probeCoroutineCreated(completion)
9
10
internal actual inline fun <T> probeCoroutineResumed(completion: Continuation<T>) {
11
- kotlinx.coroutines.debug.internal.probeCoroutineResumed(completion)
+ kotlin.coroutines.jvm.internal.probeCoroutineResumed(completion)
12
}
0 commit comments