How can I import JavaScript libraries into my Kotl...
# javascript
b
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:
Copy code
import jquery.*
import org.w3c.dom.*
import kotlin.browser.document
import kotlin.browser.window