I have a `ViewModel` that is injected by Hilt with...
# compose
k
I have a
ViewModel
that is injected by Hilt with the new
@Assisted
annotation. How do I create the
ViewModel
inside a composable?
a
viewModel()
I didn’t have to write anything special with Hilt
oh you meant @Assisted other than savedStateHandle…