Last active
December 13, 2018 08:23
-
-
Save sanogueralorenzo/882661a138bf95ec0f7f83fa6beeb6b0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
object Posts { | |
fun init() = loadKoinModules( | |
viewModelModule, | |
useCaseModule, | |
repositoryModule, | |
networkModule, | |
cacheModule | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment