No changelog was specified.
- Updated to Kotlin 1.7.0
- Updated to Kotlin 1.6.10, coroutines 1.6.0, serialization 1.3.2
- Fix Java module issue with ObjectHolderDelegates
- Fix sources jar in gradle
- Fix generic types with
registerObject
to work like they used to - Go back to using slim jars on maven (todo update the readme)
- You will now need to manually add kotlin in your
build.gradle
- Updated to Kotlin 1.5.31, serialization 1.3.0
- Maven now has fat jar
- Removed KDeferredRegister and replaced with an extension function for property delegates
- Inlined a bunch of Forge.kt functions because KFF can't reference game code anymore
- Removed KotlinEventBus
- Fixed missing dependencies on Curseforge
- Updated to Kotlin 1.5.21, JetBrains annotations 21.0.1, coroutines 1.5.1, serialization 1.2.2
- Fixed maven repo to contain the latest versions
- Updated to Kotlin 1.5.20
Kotlin for Forge 1.12.2
- Added support for using Mod.EventBusSubscriber as a file annotation. See AutoKotlinEventBusSubscriber.kt KDoc for example.
- Made registryName and registry properties of ObjectHolderDelegate public.
Kotlin for Forge 1.12.1
- Updated to Kotlin 1.5.10, Updated to coroutines 1.5.0, Updated to serialization 1.2.1
- Added a missing serialization library that went missing in 1.12.0
- Finally removed the
MINECRAFT
thing that was deprecated a while ago - Improved the buildscript and fixed some deprecation warnings, thanks Username404-59 on GitHub