Dagger does not play well with the incremental compiler of eclipse - see https://stackoverflow.com/questions/41178320/does-dagger2-annotation-processor-supports-the-eclipse-incremental-compiler Background is, that the standard annotation processor does only know things from the current runs and this is limited (by design) for an incremental compiler. Whitout some additional (non-standard) components to see the full code or to give the compiler more hints for the dependencies for the generated classes, this works only with a full compile.
-- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
