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

Brais Gabin

10/06/2023, 11:00 AM
Hello! A terminology question. On a component you can define two type of methods. One that returns a instance and other that you provide an instance and Dagger injects it. Do those type of function have names? One is constructor injection and the other is filed injection.