Skip to content

Instantly share code, notes, and snippets.

@iambaljeet
Created April 11, 2020 12:16
Show Gist options
  • Save iambaljeet/f402157f02b98f0aa6f6bbadce186455 to your computer and use it in GitHub Desktop.
Save iambaljeet/f402157f02b98f0aa6f6bbadce186455 to your computer and use it in GitHub Desktop.
val mainModule = module {
single {
RemoteRepository()
}
viewModel {
MainViewModel(get())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment