Anyone knows how to fix this? Compiles and runs file
l
Anyone knows how to fix this? Compiles and runs file
j
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 }