Alen Kirm
02/14/2022, 3:42 PMsuspend
functions? I’ve noticed you can call suspend/async
Kotlin function inside Swift, and it is compiled into a completion closure. One downside I see there, is nullability
and would be nice to have Swift's Result
type in it for example.
Any best practices regarding data flow in KMM project? 🙏John O'Reilly
02/14/2022, 4:15 PMAlen Kirm
02/15/2022, 8:03 AM