Hi, I want to use the orbit-core for a multiplatf...
# orbit-mvi
c
Hi, I want to use the orbit-core for a multiplatform app targeting also js. Would it be possible to simply add a js target to the orbit-core module which implements the Blocking.kt mechanism just like the jvm target? I am also wondering why the
runBlocking
function is even an expected declaration in the common module when it is implemented the same way in jvm and ios? Thanks in advance.
m
runBlocking
is not part of
coroutines-common
for some reason 🤷 We would need to look into JS as a new platform - we need to make sure our test suite works etc. Could you please file a ticket in our repository so we can track this? 🙂
b
runBlocking
isn't part of
coroutines-common
specifically because of JS actually https://github.com/Kotlin/kotlinx.coroutines/issues/195
c
Okay I see, thanks for your answers 🙂 However, I will add targeting JS as a ticket 👍
👍 2