Quick question, does Dagger read any `@Inject` in...
# squarelibraries
a
Quick question, does Dagger read any
@Inject
inside any generated source files? I’m trying to generate source files with unscoped
@Inject
constructors. Not sure if Dagger could also read all these generated sources.
👌 1
y
you should ask in #dagger
a
Thanks. Didn’t know there’s a channel for it. Also, I just verified the behavior as per what JW responded and can verify its working beautifully indeed.