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

Avadhut

10/04/2023, 12:03 PM
Any good article/sample project resources for coroutines/flows implementation on iOS target? I'm confused between a lot of wrapper libraries
z

Zayaan

10/04/2023, 10:17 PM
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

Avadhut

10/05/2023, 11:17 AM
Thanks! will try these and then choose which one is suitable for now.
2 Views