Main

@Qualifier
annotation class Main

Qualifier annotation for the main CoroutineDispatcher.

This annotation is used to indicate that the main dispatcher should be injected, or to inject a coroutine scope with main dispatcher as coroutine context.