Mixin plugin loads `Identifier`, breaking any Mixins into it
malte0811 opened this issue ยท 1 comments
This line causes ShowMeWhatYouGot
and indirectly Identifier
to be loaded during Mixin preparation when an old version of calio is installed. This means that any Mixins into Identifier
silently fail, causing malte0811/FerriteCore#59. You should never directly reference classes that can be transformed by Mixin in a mixin config plugin.