Kotlin for Forge 5.1.0
- Dropped support for NeoForge 1.20.5 due to breaking changes in 1.20.6.
- Updated to support NeoForge 20.6.62-beta and onward, following breaking changes in language loaders.
- Now requires NeoForge 20.6.62-beta or newer.
- Make sure you update your dependency requirement to require KFF 5.1.x or newer.
Kotlin for Forge 5.0.0
- Updated to 1.20.5 NeoForge (Forge hasn't updated yet)
- Updated to Kotlin 1.9.23, serialization 1.6.3, coroutines 1.8.0
- Kotlin libraries are now included using JarJar instead of shading
- Migration guide can be found here: Migration Guide
- Check the README on GitHub for updated instructions