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.

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class CoroutineModule_ProvidesCoroutineScopeFactory : Factory<CoroutineScope>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class CoroutineModule_ProvidesCoroutineScopeFactory : Factory<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.

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesDefaultDispatcherFactory : Factory<CoroutineDispatcher>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesDefaultDispatcherFactory : Factory<CoroutineDispatcher>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesIoDispatcherFactory : Factory<CoroutineDispatcher>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesIoDispatcherFactory : Factory<CoroutineDispatcher>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesMainDispatcherFactory : Factory<CoroutineDispatcher>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesMainDispatcherFactory : Factory<CoroutineDispatcher>
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.