Rick Clephas
Rick Clephas
Hey! It sounds like your iOS app depends on multiple shared Kotlin modules using Compose Multiplatform. Could you share some more information about your project setup?
It looks like your `TodoList` function is being inlined. I don't think there is much we can do about that, but when I have some time I'll try and see...
Hi, thanks for the report. Could you share some more information on what's happening / how the code is setup? It would be great if you could share some kind...
Hi. You mentioned a big refactor. What version of KMP-NativeCoroutines were you previously using?
Thanks. There haven't been any changes to the Publisher implementation between those versions, so it's unlikely that the version bump is causing this crash. Based on the stacktrace it looks...
Alright, well if the publisher/cancellable gets deallocated then it will also cancel the Flow collection in Kotlin. Based on my tests this won't result in a crash. Even if for...
> We created a KMP publisher that constantly publish values, and some code to randomly create and loose ref on many publishers created with KMP-NativeCoroutines on different threads. Could you...