GLM verison for Kotlin 1.6.x compiler? #25
Unanswered
acespring78
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have an Android application that uses Kotlin GLM version 1.0.1 and Kotlin compiler 1.4.30. For the most part it works great; however after updating the Kotlin compiler to 1.6.10, I run into issues in my code that relies on GLM constructs like
Vec3
, etc. The error I get is something like this:I've noticed that 1.0.1 is still dependent on Kotlin 1.3. Are there plans of updating Kotlin GLM using Kotlin 1.6.x?
Also, is 1.0.1 the right version I'm pulling? I used version
e8b9a03b320332e78c42cb7d3a8209a17209400e
instead of1.0.1
via themaven { url "https://raw.githubusercontent.com/kotlin-graphics/mary/master" }
repository, but it says that it could not find theorg.lwjgl
libraries ....Apologies if this post is not on the right board ... I don't necessarily think this is an issue/bug, and merely curious whether or not a version of GLM that works in Kotlin 1.6.x is in the works or not ...
Thank you, and your help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions