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

ghedeon

01/30/2019, 12:14 PM
Trying to debug dagger modules in a multimodule project. Let say,
app
gradle module depends on
feature
gradle module. When I define my
featureModule
in the
feature
, it fails to generate provide methods, but it works if I move it to the
app
.
g

gergo

01/30/2019, 12:21 PM
do you apply the annotation processor for your feature module as well?
g

ghedeon

01/30/2019, 12:29 PM
ok, that was embarrassing. Thank you!
g

gergo

01/30/2019, 1:55 PM
happened with me too, you are welcome 😄