Package-level declarations

Types

Link copied to clipboard
@Qualifier
annotation class ApplicationScope

Qualifier annotation for injecting the application-scoped CoroutineScope.

Link copied to clipboard
@Module
object CoroutineModule

Hilt module providing an application-scoped CoroutineScope.

Link copied to clipboard
@Qualifier
annotation class DefaultDispatcher

Qualifier annotation for injecting the Default coroutine dispatcher.

Link copied to clipboard
@Module
object DispatcherModule

Hilt module providing qualified coroutine dispatchers for dependency injection.

Link copied to clipboard
@Qualifier
annotation class IoDispatcher

Qualifier annotation for injecting the I/O coroutine dispatcher.

Link copied to clipboard
@Qualifier
annotation class MainDispatcher

Qualifier annotation for injecting the Main coroutine dispatcher.

Link copied to clipboard
@Module
abstract class StringDecoderModule

Dagger module providing bindings for StringDecoder implementations.