core / com.vmadalin.core.di / CoreComponent

CoreComponent

@Singleton @Component([ContextModule, NetworkModule, DatabaseModule, UtilsModule]) interface CoreComponent

Core component that all module's components depend on.

See Also

Component

Functions

characterFavoriteDao

abstract fun characterFavoriteDao(): CharacterFavoriteDao

context

abstract fun context(): Context

marvelRepository

abstract fun marvelRepository(): MarvelRepository

marvelService

abstract fun marvelService(): MarvelService

themeUtils

abstract fun themeUtils(): ThemeUtils