Package modulecheck.dagger

Types

Link copied to clipboard
abstract class AppScope
Link copied to clipboard
@Module
object CoroutineScopeModule
Link copied to clipboard
typealias DaggerList<T> = List<@JvmSuppressWildcards T>

shorthand for List<@JvmSuppressWildcards T>

Link copied to clipboard
typealias DaggerSet<T> = Set<@JvmSuppressWildcards T>

shorthand for Set<@JvmSuppressWildcards T>

Link copied to clipboard
interface DispatcherProviderComponent
Link copied to clipboard
fun interface DocsWebsiteUrlProvider
Link copied to clipboard
fun interface ModuleCheckVersionProvider
Link copied to clipboard
@Qualifier
annotation class RootGradleProject
Link copied to clipboard
@Scope
annotation class SingleIn(val scope: KClass<*>)

Indicates that the annotated dependency will be a singleton within this scope.

Link copied to clipboard
fun interface SourceWebsiteUrlProvider