Skip to content

Instantly share code, notes, and snippets.

@sanogueralorenzo
Last active December 13, 2018 08:23
Show Gist options
  • Save sanogueralorenzo/882661a138bf95ec0f7f83fa6beeb6b0 to your computer and use it in GitHub Desktop.
Save sanogueralorenzo/882661a138bf95ec0f7f83fa6beeb6b0 to your computer and use it in GitHub Desktop.
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