https://kotlinlang.org logo
#dagger
Title
# dagger
a

Arun

08/18/2021, 7:40 AM
no difference, all members of the
interface
or
abstract class
when using
@Binds
don’t even get referenced in the generated dagger code. It is used by dagger only to understand the supertype and corresponding implementation and dagger generates it’s own code to link the two.
👍 1
5 Views