Classes which @Inject into methods which are added by other mixins, or target something added by another mixin are currently not resolved.
This requires:
- Current inspections to be extended to handle this.
- A new inspection to check priorities of the two classes (the injecting class needs to have higher priority than the original mixing).
Classes which
@Injectinto methods which are added by other mixins, or target something added by another mixin are currently not resolved.This requires: