Skip to content

Instantly share code, notes, and snippets.

@naltynbekkz
Created April 25, 2020 18:55
Show Gist options
  • Save naltynbekkz/a4ca09f35d41a5049dfe9f8677521398 to your computer and use it in GitHub Desktop.
Save naltynbekkz/a4ca09f35d41a5049dfe9f8677521398 to your computer and use it in GitHub Desktop.
@Module
abstract class EmptyMapProviderModule {
@Multibinds
abstract fun viewModels(): Map<Class<out ViewModel>, @JvmSuppressWildcards ViewModel>
@Multibinds
abstract fun assistedViewModels(): Map<Class<out ViewModel>, @JvmSuppressWildcards ViewModelAssistedFactory<out ViewModel>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment