thanks for the quick response. i tried it with opt...
# dagger
b
thanks for the quick response. i tried it with optional but with hilt it throws a compilation error: java.util.Optional<androidx.fragment.app.Fragment> cannot be provided without an @Inject constructor or an @Provides-annotated method.
d
because you need to define binding
b
thx i only forgot to add the @BindsOptional method