Kotlin coroutines when firstOrNull called AbortFlowException throwed
As in title I am calling firstOrNull in flow object. Below logs printed in iOS.
Why do I get “Unresolved reference ‘coroutines'” though coroutines has been added as a dependency in Gradle
If I use the KMP Wizard to create a template (https://kmp.jetbrains.com/?_gl=1*167bayq*_gcl_au*NTY1OTUxNzU5LjE3MjE0MDIwMjU.*_ga*MTQ4NTc2ODI2NS4xNzIxNDAyMDI1*_ga_9J976DJZ68*MTcyMTY1Nzk0Mi42LjEuMTcyMTY1ODkwNS41MS4wLjA.)
Coroutine Scope missing in KMP
I’m currently learning KMP and Compose Multiplatform. I’m using voyager as navigation and substitute to viewmodel.