ClassNotFoundException: kotlinx.io.unsafe.UnsafeBufferOperations
I'm getting this error from using Kord in my Spigot plugin (Minecraft):
ClassNotFoundException: kotlinx.io.unsafe.UnsafeBufferOperations. I have all the libraries loading, including kotlinx-io-core-jvm which the error is from. Any clues what could be the problem?3 Replies
The full error
The libraries I'm loading
Had to downgrade to
0.14.0, due to dependency conflicts with kotlinx-io-core-jvm