With Kotlin, is there a point of creating an abstr...
# dagger
s
With Kotlin, is there a point of creating an abstract module with companion object holding providers? With Java and static providers made sense to avoid instance creation but that isn't the case with inner companion object