Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created September 3, 2020 23:40
Show Gist options
  • Select an option

  • Save cdmunoz/bca1830f32c981861a688992c1348c08 to your computer and use it in GitHub Desktop.

Select an option

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