hm... what is necessary to get the `await` functio...
# javascript
r
hm... what is necessary to get the
await
function? It seems it is not enough to depend on
org.jetbrains.kotlinx:kotlinx-coroutines-core-js
g
Yes, I use
org.jetbrains.kotlin:kotlin-test-js
This extension function is:
kotlinx.coroutines.experimental.await
r
ah... I used the wrong version, now I see it, thanks for your help