JOML-CI / JOML

A Java math library for OpenGL rendering calculations
MIT License
729 stars 104 forks source link

Joml with Kotlin on Java 17 #358

Open Icosider opened 1 month ago

Icosider commented 1 month ago

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]