FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
225 stars 194 forks source link

migrateMappings support for kotlin #1034

Closed walksanatora closed 4 months ago

walksanatora commented 5 months ago

this is probally a lowest of low issue but. the ability to run migrateMappings on kotlin files would be nice (espically since the template generator allows you to generate with kotlin as a langague)

modmuss50 commented 5 months ago

Yes, this is something I would love to support, however I am not aware of any Kotlin source remapper that would be suitable for use within Loom.

https://docs.openrewrite.org/ has been noted as a suggestion before, but I haven't looked into it much. I think the next stage for this is for someone to prove that this is a viable solution by hacking it up to remap some Kotlin code.

modmuss50 commented 4 months ago

Duplicate of #286