dagger-intellij-plugin
dagger-intellij-plugin copied to clipboard
Dagger2 @Provides(type=Set) and other collections fail
Return type of a provider method needs to be converted to the appropriate collection type when @Provides has an annotation parameter type=SET or SET_VALUES, or MAP.
This is mainly a note to myself. I'll fix this on another free day.
@Provides(type=SET) should now be resolved by pull request #26. Still need to figure out how to resolve @Provides(type=MAP) correctly.