Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created September 3, 2020 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdmunoz/d1d4dee214f055dae8f4164b4facf596 to your computer and use it in GitHub Desktop.
Save cdmunoz/d1d4dee214f055dae8f4164b4facf596 to your computer and use it in GitHub Desktop.
Koin's Repository module
val repositoryModule = module {
factory {
PhotosRepository(get())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment