tevjef
12/08/2018, 9:57 PMclass SomeActivity @Inject constructor() {
@Inject
lateinit var notUsed: UnusedClass
}
Over the years, classes have built up with unused @Inject
properties . It’s hard to clean this up manually over an entire codebase.rkeazor
12/08/2018, 10:02 PMjw
12/08/2018, 10:06 PMrkeazor
12/08/2018, 10:09 PMjw
12/08/2018, 10:10 PMtevjef
12/08/2018, 10:23 PMNot sure what you mean by “classes have built up unused dagger classes”.Sorry, I’ve updated the grammar.
rkeazor
12/08/2018, 10:32 PM