I create an app with using create-react-kotlin-app...
# javascript
a
I create an app with using create-react-kotlin-app. How to use kotlinx.coroutines in my project?
k
You can't use kotlinx.coroutines from JS project
k
Ah, I see. Looks like they implemented support for JS at last
I guess you better ask question at #coroutines channel. I doubt if someone from kotlinx team sits here.
So the answer is still: you can't use kotlinx.coroutines from your project
Try just copy-paste this file into your project
a
Oh, thank you. I try it.