inline fun hiltViewModel( unstable viewModelStoreOwner: ViewModelStoreOwner? = @dynamic checkNotNull(LocalViewModelStoreOwner.current) { val tmp0_return = "No ViewModelStoreOwner was provided via LocalViewModelStoreOwner" tmp0_return } ): VM inline fun hiltNavGraphViewModel() inline fun hiltNavGraphViewModel( unstable backStackEntry: NavBackStackEntry ): VM inline fun hiltNavGraphViewModel( unstable : NavController stable route: String ): VM fun createHiltViewModelFactory( unstable viewModelStoreOwner: ViewModelStoreOwner ): Factory?