Kotlin Multiplatform Mobile: Ktor – how to cancel active coroutine (network request, background work) in Kotlin Native (iOS)?
In my project I write View and ViewModel natively and share Repository, Db, networking. When user navigates from one screen to another, I want to cancel all network requests or other heavy background …