Madrapps / dagger-plugin

Plugin that supports easy usage of Dagger 2 library in IntelliJ iDEA or Android Studio
Apache License 2.0
30 stars 9 forks source link

Validation of ParameterReturnMismatch for @Binds #25

Closed thsaravana closed 1 year ago

thsaravana commented 4 years ago

msg: @Binds methods' parameter type must be assignable to the return type (For this case ensure MultiBinding use case, where the parameter won't be a child of parent, like Car and <Set>)

thsaravana commented 1 year ago

Won't do :(