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
Mikolaj Leszczynski
01/31/2022, 8:48 AM
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? 🙂