[solved] I upgraded my webapp Project to Kotlin 1....
# javascript
f
[solved] I upgraded my webapp Project to Kotlin 1.4-M2 and cant find
create
variable in
stdlib-js
lib.
Copy code
import kotlin.browser.document

document.create.div(classes = "chatWindow") {}
Any equivalent in 1.4-M2 ?
My fault i forgotten add
kotlinx-html-js
lib