Alright this one’s a bit out there. I’m trying to ...
# announcements
c
Alright this one’s a bit out there. I’m trying to generate a dagger module through annotation processing. I have the module itself generated, but I can’t figure out how to add it to my dagger component. When I try the traditional way I get
Copy code
error: [ComponentProcessor:MiscError] dagger.internal.codegen.ComponentProcessor was unable to process this interface because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code.
I’m guessing (though not sure) dagger’s annotations are being processed before mine