Hi everyone, I’m trying to load some javascript from a file, and execute it in my kotlin code, this isn’t multiplatform, a standard android project where i simply want to execute some javascript. I am trying to import kotlin.js then use js(string) however I can’t import kotlin.js to my kotlin code I get “Packages cannot be imported”. I read the docs at
https://kotlinlang.org/docs/js-interop.html, but can’t see what I am missing