Skip to content

Commit ca0f12e

Browse files
committed
Move CoroutineName to common module.
Fixes #570
1 parent 2dd5320 commit ca0f12e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/kotlinx-coroutines-core/src/CoroutineName.kt renamed to common/kotlinx-coroutines-core-common/src/CoroutineName.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
package kotlinx.coroutines.experimental
66

7-
import kotlin.coroutines.experimental.AbstractCoroutineContextElement
8-
import kotlin.coroutines.experimental.CoroutineContext
7+
import kotlin.coroutines.experimental.*
98

109
/**
1110
* User-specified name of coroutine. This name is used in debugging mode.

0 commit comments

Comments
 (0)