Import classes from kotlin.coroutines by default, add to default imports in JS
This commit is contained in:
@@ -31,7 +31,6 @@ object JvmPlatform : TargetPlatform("JVM") {
|
||||
|
||||
add(ImportPath("java.lang.*"))
|
||||
add(ImportPath("kotlin.jvm.*"))
|
||||
add(ImportPath("kotlin.coroutines.*"))
|
||||
add(ImportPath("kotlin.io.*"))
|
||||
|
||||
fun addAllClassifiersFromScope(scope: MemberScope) {
|
||||
|
||||
Reference in New Issue
Block a user