cpw
cpw
Well, to fix, we'd need to revert a change for mixin compatibility, something that is rather important..
@diesieben07 basically, the fix provided by sponge is wholly incomplete. They also needed to provide an alternative implementation of `ClassWriter` that avoids the use of `Class.forName()` in `ClassWriter.getCommonSuperClass`, so that...
@diesieben07 I would let the sponge folks handle it. FML has rolled back the change @ 1.7.10, since it's ridiculously incompatible. It may or may not stay @ 1.8, but...
@Mumfrey it's rolled back @ 1.7 since the preponderance of coremods there really necessitated it. I think that simply making a classwriter factory that coremods can use would be the...
@luacs1998 How? We change it at 1.7.10 and we break most of the coremod world, including possibly FML itself. The probability of updating every 1.7.10 coremod to use a `ClassWriter`...
@Mumfrey you could shade a special 1.7.10 Mixin with a custom ASM? That might get @luacs1998 working...
@Kubuxu no. I'm not going to provide an alternative implementation of the actual ClassWriter class. That is ridiculously broken in many respects.
This is not the way to package kotlin. I suspect it would work fine if the kotlin for forge langprovider was shadowed with kotlin. Otherwise you'd need to get a...
Question: WHY can't you just fatjar kotlin with the kotlin4forge? That was my original question, and it still hasn't been answered.
Thanks! look forward to it :+1: