I have a KMP project with not-shared UI (Compose for JVM, but SwiftUI for macOS/iOS), and I'm wondering what the recommended/best way is to have the SwiftUI part to reactively updated when the shared core logic has new data.
This tutorial mentions a 3rd-party lib named `KMP-NativeCoroutines`; is that what most people like to use?