K Merle
09/09/2021, 10:11 AMViktor Petrovski
09/09/2021, 5:30 PMViewModel
you should use hilt to get an instance of your actual ViewModel
who extends the abstract ViewModel
. You can’t have object from an abstract
class.K Merle
09/10/2021, 5:50 AMval viewModel: Interface = hiltViewModel<InterfaceImpl>()