Add packages kotlin.collections, kotlin.ranges, kotlin.sequences, and kotlin.text to default imports.

This commit is contained in:
Ilya Gorbunov
2015-11-02 02:58:21 +03:00
parent 65c5c99c68
commit 42565129ee
2 changed files with 9 additions and 1 deletions
@@ -31,6 +31,10 @@ public object JsPlatform : TargetPlatform("JS") {
ImportPath("java.lang.*"),
ImportPath("kotlin.*"),
ImportPath("kotlin.annotation.*"),
ImportPath("kotlin.collections.*"),
ImportPath("kotlin.ranges.*"),
ImportPath("kotlin.sequences.*"),
ImportPath("kotlin.text.*"),
ImportPath("kotlin.js.*")
)