-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library Requires Java Runtime 21 #68
Comments
Can you try version |
Thank you @Calvin-LL which repo did you release it on? |
it's in https://github.com/Calvin-LL/Reorderable/tree/dev/2.4.3 and should be published on maven central as well as |
Thanks. just wanted to confirm :D as maven central gave me an error. will give it 15-45 mins to sync :) |
Thank you once more for looking into this! I can confirm that this fixes it |
Amazing. I'll publish that shortly. |
Thank you so much! |
When using the library in a project compiled with Java 17 it will throw a runtime exception as the
ReorderableLazyListKt
appears to be compiled with Java 21.(I haven't looked into details beyond yet, however this article might help: https://www.liutikas.net/2025/01/10/Conservative-Librarian.html)
The text was updated successfully, but these errors were encountered: