Any good article/sample project resources for coro...
# multiplatform
a
Any good article/sample project resources for coroutines/flows implementation on iOS target? I'm confused between a lot of wrapper libraries
z
I found the KMM sample app pretty useful: https://github.com/Kotlin/kmm-production-sample I also found this stackoverflow answer to be really good (I ended up using the first approach): https://stackoverflow.com/questions/76144811/how-to-access-kmmshared-mutablestateflow-object-in-swift
a
Thanks! will try these and then choose which one is suitable for now.