Introduce coroutine-related API into built-ins

This commit is contained in:
Denis Zharkov
2016-05-18 12:31:26 +03:00
parent 1a93c276f6
commit e97376bb2c
12 changed files with 79 additions and 43 deletions
@@ -45,6 +45,7 @@ private val DEFAULT_IMPORTS_FOR_JVM: List<ImportPath> = ArrayList<ImportPath>().
add(ImportPath("kotlin.annotation.*"))
add(ImportPath("kotlin.jvm.*"))
add(ImportPath("kotlin.collections.*"))
add(ImportPath("kotlin.coroutines.*"))
add(ImportPath("kotlin.ranges.*"))
add(ImportPath("kotlin.sequences.*"))
add(ImportPath("kotlin.text.*"))