Does anyone know if there is a an Intellij inspect...
# dagger
t
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
}