kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

1.9.0-RC: `kotlinx-coroutines-core/jvm/src/internal/ProbesSupport.kt` calls ` kotlinx.coroutines.debug.internal.probeCoroutineResumed`

Open nreid260 opened this issue 1 year ago • 1 comments
trafficstars

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.

nreid260 avatar Jun 05 '24 22:06 nreid260

@nreid260 thanks for reporting! My colleagues will check the issue once they are back from vacation.

fzhinkin avatar Jun 06 '24 14:06 fzhinkin