if yes, then that’s what it means, if no, then it ...
# getting-started
o
if yes, then that’s what it means, if no, then it means “some of these params will be injected”
s
gonna detour into a thread since this isn’t exactly Kotlin related
k
Right, what library are you using?
o
just javax so far
i only use Dagger usually, it doesn’t work like this
I think that he is writing this and later he will write the file that dictates what can be injected and where
🙂
sorry wasted your time
u
contructor injection is meat and potatoes of Dagger, field injection is only when you cant use ctor inj.
o
not sure about that
u
if you believe in DI, you believe in passing all dependencies via constructor as the best case, if you dont, you dont