You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It complains that Cannot find an @Inject constructor or provider for: @QualifiedString String, even though that string should have been provided by the subcomponent factory. It appears that qualifier annotations get lost when component is merged.
The text was updated successfully, but these errors were encountered:
Following code does not compile:
It complains that
Cannot find an @Inject constructor or provider for: @QualifiedString String
, even though that string should have been provided by the subcomponent factory. It appears that qualifier annotations get lost when component is merged.The text was updated successfully, but these errors were encountered: