How can I import JavaScript libraries into my Kotlin code? I’m interested in importing RxJS into some code.
In addition, where can I find a list of available KotlinJS packages?
I only know of these since they are used in kotlinlang examples:
import jquery.*
import org.w3c.dom.*
import kotlin.browser.document
import kotlin.browser.window