Guest User

Untitled

a guest
Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @Module
  2. abstract class DemoModule {
  3.  
  4. @Binds
  5. @IntoMap
  6. @ViewModelKey(DemoViewModel::class)
  7. internal abstract fun demoViewModel(viewModel: DemoViewModel): ViewModel
  8. ...
Add Comment
Please, Sign In to add comment