Questions tagged [viewmodelproviders]

31 questions
0
votes
1 answer

Custom ViewModelProviderFactory is not working after converting into kotlin android

I am using multiple custom ViewModelProviderFactory for my different ViewModel class. And providing the dependency using dagger. Here is my Module class in java: @Module public class ConnectivityModule { @Provides ConnectivityViewModel…
0xAliHn
  • 18,390
  • 23
  • 91
  • 111
1 2
3