Hi. I switched from v1 to v2-GA4. I used to declar...
# koin
b
Hi. I switched from v1 to v2-GA4. I used to declare my view models using
viewModel<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