Skip to content

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

Closed
@nreid260

Description

@nreid260

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions