Is the kotlin-stdlib supposed to work with Kotlin Javascript?
I noticed that api for it is filed under “jvm”:
http://kotlinlang.org/api/latest/jvm/stdlib/
Is the kotlin-stdlib supposed to work with Kotlin Javascript?
I noticed that api for it is filed under “jvm”:
http://kotlinlang.org/api/latest/jvm/stdlib/
Everything from stdlib should work with Kotlin Javascript except JVM specific things. But we don't yet have separate docs for stdlib which available from Kotlin Javascript (KT-5564).