Skip to content

Instantly share code, notes, and snippets.

@jmfayard
Last active February 16, 2018 12:32
Show Gist options
  • Save jmfayard/e609e0c8c329b1ee19fab261de708c78 to your computer and use it in GitHub Desktop.
Save jmfayard/e609e0c8c329b1ee19fab261de708c78 to your computer and use it in GitHub Desktop.
@Component(modules = [CatModule::class])
interface AppComponent {
val context: Context
val retrofit: Retrofit
val okHttpClient: OkHttpClient
val catRepository: CatRepository
val catService: CatService
@Named("MAIN")
val mainThreadScheduler: Scheduler
@Named("BACKGROUND")
val backgroundThreadScheduler: Scheduler
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment