Skip to content

Instantly share code, notes, and snippets.

@ursusursus
Last active December 29, 2019 06:47
Show Gist options
  • Save ursusursus/98605466b31e95b3d5c07313e5ad41e0 to your computer and use it in GitHub Desktop.
Save ursusursus/98605466b31e95b3d5c07313e5ad41e0 to your computer and use it in GitHub Desktop.
interface AppComponent {
val messageRepository: MessageRepository
val conversationRepository: ConversationRepository
}
interface AppComponentProvider {
fun appComponent(): AppComponent
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment