Kyle Wood

Results 75 comments of Kyle Wood

Maybe, depends on when Jetbrain's multi JVM language API work truly gets to a point when it can support it. The issue now is any features written for Java don't...

To shed more light on what the technical limitation is: Creating a project with a Kotlin template is very easy. Not hard at all, and that's _NOT_ the issue we...

Thanks for the PR. Ideally this would be more robust rather than just accepting a comma-separated list, but that was the easy option at the time. I don't think I...

That's cool, can absolutely say there have been times when I would have found this useful. Happy to have that in mcdev for sure.

I thought this was fixed. I'll try to remember to take a look

_maybe_...I'm currently doing a project creation system rewrite and I think it would allow me to do this easier without being too awful. I won't guarantee it, but we'll see.

Yeah, that's something we'll be able to do somewhat soon, once my overall mappings handling rewrite is done. Until then, editing the template is the best route.

If someone wants to submit a PR for the platform I'd consider it.

[`remap = true` is the default.](https://github.com/SpongePowered/Mixin/blob/master/src/main/java/org/spongepowered/asm/mixin/Mixin.java#L86) This should be specific for targetting non-obfuscated targets, without `remap = false`.

This is complicated because ForgeGradle is extremely sensitive to Gradle versions and frequently breaks when run on a different version. I have no idea how fragile or not Fabric's tooling...