Last active
January 11, 2019 08:46
-
-
Save sanogueralorenzo/db2b617b1ea3e1eca936d406494ba7a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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