Skip to content

Loom 1.9

Latest
Compare
Choose a tag to compare
@modmuss50 modmuss50 released this 01 Dec 14:46
· 1 commit to dev/1.9 since this release
  • Update minimum supported Gradle version to 8.11
  • Support Kotlin 2.1+ by using the kotlin-metadata library included with Kotlin 2
    • Minimum supported Kotlin version is now 2.0
  • Initial support for project isolation and configure on demand
    • Injected interfaces and transitive access wideners from other sub projects currently wont be applied.
    • Mixin AP mappings from other sub projects wont be used when remapping.
    • Expect further work on to be done on this in the future
  • Add some Gradle properties to control the decompile cache
  • Add option to configure datagen using the client
  • Allow datagen tasks to be skipped when up to date (depends on a FAPI change) and run in parallel.
  • A handful of smaller bug fixes