https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

Kurt Renzo Acosta

06/11/2020, 10:11 AM
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

Thomas

06/11/2020, 10:37 AM
Are you using native-mt? There is an issue about it: https://github.com/Kotlin/kotlinx.coroutines/issues/1764
k

Kurt Renzo Acosta

06/11/2020, 10:40 AM
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

Thomas

06/11/2020, 10:40 AM
It should work fine as long as you do not freeze anything and run the code on the main thread