Anyone knows how to fix this? Compiles and runs file
j
Jhonatan Sabadi
06/08/2022, 4:15 PM
1. You may missed to add dependency
2. You cannot use launch outside a CoroutineContext, ex.: viewModelScope.launch, CoroutineScope(Dispatcher.IO).launch, withContext(Dispatcher.IO) { launch }