zoha131
03/05/2021, 4:10 PMzhuinden
03/05/2021, 4:14 PM= viewModel( hiltviewmodelfactory)zhuinden
03/05/2021, 4:16 PMzoha131
03/05/2021, 4:28 PMhiltviewmodelfactoryzhuinden
03/05/2021, 4:29 PMdagger.hilt.android.lifecycle.HiltViewModelFactoryzoha131
03/05/2021, 4:30 PMviewModel(HiltViewModelFactory(AmbientContext.current, backStackEntry)) from release note. But unable to find any ``HiltViewModelFactory` that takes backStackEntry as constructor parameter.Ian Lake
03/05/2021, 4:31 PMHiltViewModelFactory - don't import the internal oneIan Lake
03/05/2021, 4:32 PMandroidx.hilt.navigation one that you want: https://developer.android.com/reference/kotlin/androidx/hilt/navigation/package-summary#hiltviewmodelfactoryIan Lake
03/05/2021, 4:35 PMzoha131
03/05/2021, 4:39 PM