provideMainScope

@Named(value = "MainScope")
@Provides
fun provideMainScope(): CoroutineScope

Provides a kotlinx.coroutines.CoroutineScope tied to the main dispatcher.