Remove kotlin.coroutine package from default imports.
This commit is contained in:
committed by
Stanislav Erokhin
parent
7d1b883171
commit
0132f3eea7
@@ -16,6 +16,8 @@
|
||||
|
||||
package kotlin.jvm.internal
|
||||
|
||||
import kotlin.coroutines.*
|
||||
|
||||
private const val INTERCEPT_BIT_SET = 1 shl 31
|
||||
private const val INTERCEPT_BIT_CLEAR = INTERCEPT_BIT_SET.inv()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user