I’m trying to call a coroutines method from typesc...
# javascript
c
I’m trying to call a coroutines method from typescript, so i converted it to return a promise. now the generated typescript file contains a reference to
kotlin.js.Promise
(using the IR compiler) do i just have to add coroutines-core as npm dependency to frontend project?
t
No, if you publish
build/distributions
content