In the blog post about using Kotlin with javascript there is a hint that it should be possible to call javascript from kotlin generated javascript. Could someone give me a hint on how to do that?
I have the following working:
fun callJavascript() {
var script = window.document.createElement(“script”);