Is it possible to use kotlinx.coroutine with creat...
# javascript
t
Is it possible to use kotlinx.coroutine with create-react-kotlin-app?
b
Not currently. Kotlinx.coroutines is not available via npm
😔 1
a
Seeing the demand, I think it will start being released to NPM in the near future. In the meantime you can publish it to your personal scope and just use that. 😃