My main use case for this is going to end up creat...
# dagger
m
My main use case for this is going to end up creating a ViewModel factory. I want to inject that into my activity to pass off to the higher level composables that need to create composable scoped view models. It definitely seems cleaner to me than injecting all the services i would need to create those view models and having to pass them down the line. This does have one limitation in that you can’t have one view model take another as a constructor argument, since you don’t have the ViewModelStoreOwner inside of the factory.