-
Notifications
You must be signed in to change notification settings - Fork 104
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
Kotlin extensions are not involved in the final artifact #320
Comments
Thanks for reporting it. |
@Peanuuutz there is now a new 1.10.6-SNAPSHOT on oss.sonatype.org. Can you try it with that new snapshot version? |
Can confirm it's included. 😄 |
Also this feature would be nice: operator fun Vector2fc.component1(): Float = x()
operator fun Vector2fc.component2(): Float = y() So that users can do: val (x, y) = vector |
I'd gladly accept a pull request from you if you want to make changes to the Kotlin files. I am not that familiar with Kotlin or what's even possible here. |
I saw there are two files for kotlin extensions, but when I actually add joml to my project they don't show up. I'm guessing they are not properly set up because kotlin sources require some stand-alone process to build.
The text was updated successfully, but these errors were encountered: