Join Slack
Powered by
Ah, I see the issue: when the injection site is de...
# announcements
r
rocketraman
10/01/2016, 3:18 PM
Ah, I see the issue: when the injection site is declared with
Set<SetElemType>
it has an
out
variance which translates to java
<? extends SetElemType>
. For compatibility with dagger it looks like the injection site has to be declared with
MutableSet<SetElemType>
.
2
Views
Open in Slack
Previous
Next