kotlinx.serialization missing
trainb0y opened this issue ยท 2 comments
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?
Also, sorry if this is just user error. I'm admittedly very new to (neo)forge modding.