Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created September 3, 2020 23:40
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/bca1830f32c981861a688992c1348c08 to your computer and use it in GitHub Desktop.
Save cdmunoz/bca1830f32c981861a688992c1348c08 to your computer and use it in GitHub Desktop.
Koin's view model module
val viewModelModule = module {
viewModel { PhotosViewModel(get()) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment