Skip to content

Instantly share code, notes, and snippets.

@paulocns
Created August 4, 2018 22:04
Show Gist options
  • Save paulocns/f696645721947e088bc497192d7a0e81 to your computer and use it in GitHub Desktop.
Save paulocns/f696645721947e088bc497192d7a0e81 to your computer and use it in GitHub Desktop.
@Singleton
@Component(modules = arrayOf(ApplicationModule::class, NetworkModule::class, ShowRepositoryModule::class, ResourceRepositoryModule::class))
interface ApplicationComponent {
// expose to sub graphs
fun showRepository(): ShowRepository
fun resourceRepository(): ResourceRepository
fun viewModelFactory(): ProjectViewModelFactory
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment