Import classes from kotlin.coroutines by default, add to default imports in JS

This commit is contained in:
Alexander Udalov
2016-10-14 15:24:20 +03:00
parent 44d10672be
commit 6b6ddf5f75
14 changed files with 55 additions and 50 deletions
@@ -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) {