#Support hannibal
1 messages · Page 1 of 1 (latest)
Is this because i download the Source code from https://github.com/Skytils/SkytilsMod/releases/tag/v1.2.0-pre6 directly and not via git?
For what purpose are you opening the mod in an IDE
I like skyblock and I like Kotlin. The code from skytils is a beautfil combination of these two topics for me to look up and compare with my own projects I work on
your runtime does not support the class file version used
I don't know what exactly you mean with runtime in my situation. I use Kotlin SDK 1.5.10-release-949 if that's what you mean. Where do I see or edit the class file version this build is using? I've never heard of that kind of problem.
Why do the pre builds use a different class style version than the stable releases?
- Incompatible because this component declares an API of a component compatible with Java 16 and the consumer needed a runtime of a component compatible with Java 11
This sounds like a problem outside of my reach. I don't understand why the Java versions don't match for this pre build when the stable version works fine without changing anything after opening the project :/
Are you guys changing API versions so that they don't match anymore? How can you compile the project yourself then? 😄