What's the recommended way of creating a `ViewMode...
# compose
l
What's the recommended way of creating a
ViewModel
that has constructor dependencies (i.e. database subscriptions) without something like Hilt? Custom
androidx.lifecycle.ViewModelProvider.Factory
I assume but the docs are a little thin on this subject.
👀 1