Hello! Is anyone encountering issues when using `c...
# multiplatform
k
Hello! Is anyone encountering issues when using
combine
on flows with K/N? My code works on Android but on iOS it doesn't run the
combine
block. Any help would be greatly appreciated!
t
Are you using native-mt? There is an issue about it: https://github.com/Kotlin/kotlinx.coroutines/issues/1764
k
Yeah. I just stumbled upon it. Oh well, I guess it's a blocker for me but it would have to do for now. Thanks for your response!
t
It should work fine as long as you do not freeze anything and run the code on the main thread