Skip to content

Commit 62a6ab6

Browse files
committed
Fix compilation
1 parent 0950dfa commit 62a6ab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/kotlinx-coroutines-core/src/Dispatchers.kt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ package kotlinx.coroutines
88

99
import kotlinx.coroutines.internal.*
1010
import kotlinx.coroutines.scheduling.*
11+
import kotlin.coroutines.*
1112
import java.util.*
1213

1314
/**

0 commit comments

Comments
 (0)