fabric-loader
fabric-loader copied to clipboard
Skip synthetic methods in entrypoints
Skip synthetic methods in entrypoints, such as the main(String[]) method added by kotlin when using top-level functions.
Im not sure if I like this, and it technically is a breaking change (although I doubt anyone is using this?)
Ideally we'd skip the methods with the wrong descriptor instead - it has to be identical the non-defaut interface method.
Closing this as its not a good solution, and only a very minor issue.