Shuttle
Toggle table of contents
modulesRelease
Target filter
modulesRelease
Switch theme
Search in API
Skip to content
Shuttle
demo-mvvm-with-a-service
/
com.grarcht.shuttle.demo.mvvmwithaservice.dependencyinjection
/
AppModule
/
provideMainScope
provide
Main
Scope
@
Named
(
value
=
"MainScope"
)
@
Provides
fun
provideMainScope
(
)
:
CoroutineScope
Provides a
kotlinx.coroutines.CoroutineScope
tied to the main dispatcher.