Benoit Duffez
05/16/2019, 7:18 AMviewModel<LoginActivityViewModel>()
for example, to avoid the need to inject the VM parameters one by one with a lot of get()
. It seems this is gone now? I still have the experimental package installed (I use single<Authenticator>()
for example), but it seems the viewModel<T>()
syntax is gone.
What am I missing?
Thanks