Mark
11/19/2024, 7:11 AMrememberCoroutineScope()
then there is the danger that the operation will not complete because the scope will be cancelled. Which is the best way to mitigate this? Use NonCancellable
? Let the viewmodel force the scope to use, in which case expose a non-suspending function instead? Something else?Ravikant
11/19/2024, 10:02 AM