Kotlin for Forge

Kotlin for Forge

70M Downloads

kotlinx.serialization missing

trainb0y opened this issue ยท 2 comments

commented

For context, I was trying to port my mod from 1.20.2 to 1.20.6, and got to the point where it was crashing due to java.lang.NoClassDefFoundError: kotlinx/serialization/KSerializer.

In the past, I thought KotlinForForge bundled kotlinx-serialization-core and kotlinx-serialization-json, but it seems like 5.0 doesn't. Is this intentional?

image

Also, sorry if this is just user error. I'm admittedly very new to (neo)forge modding.

commented

Fixed in 5.0.2

commented

Nope that's on me