Skip to content

Instantly share code, notes, and snippets.

@v170nix
Created June 17, 2018 18:22
Show Gist options
  • Select an option

  • Save v170nix/7aa907be5249b984d953d84aae8c2bbb to your computer and use it in GitHub Desktop.

Select an option

Save v170nix/7aa907be5249b984d953d84aae8c2bbb to your computer and use it in GitHub Desktop.
@Module
abstract class DemoModule {
@Binds
@IntoMap
@ViewModelKey(DemoViewModel::class)
internal abstract fun demoViewModel(viewModel: DemoViewModel): ViewModel
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment