You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an element cannot be processed because it depends on some other element that should be generated by a different annotation processor, and that dependency isn't resolved by the last round of processing, BasicAnnotationProcessor reports: " was unable to process because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code."
It would be nice to report, when possible, exactly which types couldn't be resolved.
When an element cannot be processed because it depends on some other element that should be generated by a different annotation processor, and that dependency isn't resolved by the last round of processing,
BasicAnnotationProcessor
reports: " was unable to process because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code."It would be nice to report, when possible, exactly which types couldn't be resolved.
This is related to google/dagger#1381.
The text was updated successfully, but these errors were encountered: