First problem with Optional solved, but know i have a problem with the new @ViewModelInject method on view models. I wanted to inject dependencies from dagger which are scoped to the FragmentComponent but as i mentioned @ViewModelInject does only support dependencies from @ActivitiyRetainedComponent
Is there a possibillity to inject dependencies scoped to @FragmentComponent?