Join Slack
Powered by
Does anyone know if there is a an Intellij inspect...
# dagger
t
tevjef
12/08/2018, 4:00 PM
Does anyone know if there is a an Intellij inspection or a lint rule that can mark dependencies as unused?
Copy code
class SomeActivity @Inject constructor() { @Inject lateinit var notUsed: UnusedClass }
Open in Slack
Previous
Next