slackhq / slack-lints

A collection of custom Android/Kotlin lint checks we use in our Android and Kotlin code bases at Slack.
Apache License 2.0
231 stars 13 forks source link

Revamp DaggerIssuesDetector #133

Closed ZacSweers closed 1 year ago

ZacSweers commented 1 year ago

This removes the check to use extension functions for @Binds (which is no longer supported in Dagger 2.48+) and adds a host of new checks for common issues with @Binds and @Provides.