how can i handle this not compiling because the fi...
# javascript
i
how can i handle this not compiling because the file 'uklass.js' is where i'm copying my code into and not in this project?
Copy code
val r = js("require('uklass')(global, klass)")
right now:
Module not found: Error: Can't resolve 'uklass'
👀 1
I guess the right question may be... how do i define this in kotlin, to use there?
worked it out, thanks 😄