Created
April 25, 2020 18:55
-
-
Save naltynbekkz/a4ca09f35d41a5049dfe9f8677521398 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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