Skip to content

Instantly share code, notes, and snippets.

@MyDogTom
Created October 12, 2017 13:47
Show Gist options
  • Save MyDogTom/83e1be879e262511b9585b512c48025b to your computer and use it in GitHub Desktop.
Save MyDogTom/83e1be879e262511b9585b512c48025b to your computer and use it in GitHub Desktop.
Article: Modularization. Gist1. LoggedOutComponent
@Singleton
@Component(modules = arrayOf(PersistenceModule::class))
interface LoggedOutComponent {
fun userRepository(): UserRepository
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment