androidx.hilt.lifecycle.viewmodel.compose

Composables

hiltViewModel

Returns an existing HiltViewModel -annotated ViewModel or creates a new one scoped to the current ViewModelStoreOwner.

rememberHiltViewModelFactory

Remembers a ViewModelProvider.Factory that allows the creation of HiltViewModel -annotated ViewModel instances within Compose.