looks like `kotlinx-coroutines-core-js` doesn't wo...
# coroutines
d
looks like
kotlinx-coroutines-core-js
doesn't work with
create-react-kotlin-app
? i'm doing
npm i kotlinx-coroutines-core --save
and still can't use launch/async etc. or should i import these functions with @JsModule?
e
There is a bug in main file ref
Turns out it is more complicated. You need to
npm run eject
then go to config directory and add it in the webpack config to pass to kotlin webpack plugin.
3rd party kotlin libs are not yet supported there out of the box