Skip to content

Instantly share code, notes, and snippets.

@sanogueralorenzo
Last active January 11, 2019 08:46
Show Gist options
  • Save sanogueralorenzo/db2b617b1ea3e1eca936d406494ba7a8 to your computer and use it in GitHub Desktop.
Save sanogueralorenzo/db2b617b1ea3e1eca936d406494ba7a8 to your computer and use it in GitHub Desktop.
val repositoryModule: Module = module {
single { PostRepositoryImpl(cache = get(), remote = get()) as PostRepository }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment