You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running my application with Joml 1.10.8 and Kotlin 2.0.0 on Java 17 and I get an access error message
java.lang.IllegalAccessError: class org.joml.Vector3fKt (in module org.joml) cannot access class kotlin.jvm.internal.Intrinsics (in module kotlin.stdlib) because module org.joml does not read module kotlin.stdlib
at org.joml.Vector3fKt.component1(Vector3f.kt) ~[joml-1.10.8.jar%23203!/:1.10.8]
The text was updated successfully, but these errors were encountered:
I am running my application with Joml 1.10.8 and Kotlin 2.0.0 on Java 17 and I get an access error message
The text was updated successfully, but these errors were encountered: