How to correct run code on single thread in kmm? l...
# multiplatform
i
How to correct run code on single thread in kmm? looks like
runBlocking
doesn’t work good with ios. I get tests
passed
on jvm, but on ios it fails and seems that code inside
runBlocking
never executes
i
Just wanted to say I’m having the same issue and am interested in any workarounds