Yann Badoual
11/13/2020, 9:52 PMAndroidEntrypoint
annotated activity, I'm now getting has no zero argument constructor
when using the viewModel()
composable to retrieve an instance
(the ViewModel's constructor does have the ViewModelInject
annotation)Yann Badoual
11/13/2020, 9:58 PMNavBackStackEntry
is overriding the
ViewModelStoreOwnerAmbient
value, thus bypassing the hilt factoryIan Lake
11/13/2020, 10:05 PMYann Badoual
11/13/2020, 10:08 PMdefaultViewModelProviderFactory
everywhere, I guess I just have to create a ViewModelFactoryAmbient
Anyway thanks for the help!Ian Lake
11/13/2020, 10:09 PMYann Badoual
11/13/2020, 10:16 PM