<@U19U95BKR> have you tried creating the component...
# android
l
@toadzky have you tried creating the component from a java class? instead of
graph = DaggerObjectGraph.builder().appModule(app).build();
it would be
graph = ObjectGraphFactory.create(app)