How i can start kordex on 21 jdk?
I need add a discord bot to my Minecraft plugin for version 1.21.1.
Minecraft plugin need 21 jdk, but kordex 13
Solution:Jump to solution
heyo, you can solve that as explained in the FAQ here: https://discord.com/channels/1121419906995458098/1121523729734840350/1302560008671858709
basically just add the
jvmTarget
property to the kordEx
builder
```kotlin...2 Replies
Solution
heyo, you can solve that as explained in the FAQ here: https://discord.com/channels/1121419906995458098/1121523729734840350/1302560008671858709
basically just add the
jvmTarget
property to the kordEx
builder
Tysm