Package-level declarations

Types

Link copied to clipboard
@Qualifier
annotation class ApplicationScope

Annotation used to mark the application scope.

Link copied to clipboard
@Module
object CoroutineModule

Dagger module that provides a CoroutineScope tied to the application lifecycle.

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class CoroutineModule_ProvidesCoroutineScopeFactory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class CoroutineModule_ProvidesCoroutineScopeFactory : Factory<T>
Link copied to clipboard
@Qualifier
annotation class DefaultDispatcher

Annotation used to mark the default coroutine dispatcher.

Link copied to clipboard
@Module
object DispatcherModule

Dagger module that provides coroutine dispatchers for different contexts.

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesDefaultDispatcherFactory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesDefaultDispatcherFactory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesIoDispatcherFactory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesIoDispatcherFactory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesMainDispatcherFactory : Factory<T>
@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class DispatcherModule_ProvidesMainDispatcherFactory : Factory<T>
Link copied to clipboard
@Qualifier
annotation class IoDispatcher

Annotation used to mark the I/O coroutine dispatcher.

Link copied to clipboard
@Qualifier
annotation class MainDispatcher

Annotation used to mark the main coroutine dispatcher.

Link copied to clipboard
@Module
abstract class StringDecoderModule

Dagger module providing bindings for StringDecoder implementations.