natario1 / Egloo

A lightweight Kotlin multiplatform framework for OpenGL ES and EGL management based on object-oriented components, inspired by Google's Grafika.
https://natario1.github.io/Egloo
MIT License
146 stars 21 forks source link

Kotlin 1.4.0 compatibility #26

Closed kihaki closed 4 years ago

kihaki commented 4 years ago

Hey, it seems that egloo has a compatibility issue with kotlin 1.4

java.lang.NoSuchMethodError: No static method get-impl([II)I in class Lkotlin/UIntArray; or its super classes (declaration of 'kotlin.UIntArray' appears in [...]
        at com.otaliastudios.opengl.texture.GlTexture.<init>(GlTexture.kt:90)
        at com.otaliastudios.opengl.texture.GlTexture.<init>(GlTexture.kt:30)
        at com.otaliastudios.opengl.texture.GlTexture.<init>(GlTexture.kt:29)
...
kihaki commented 4 years ago

Thank you for the fix, appreciate the good work! :)

I just wanted to tell you that your work makes working with open gl so much easier, thank you!

natario1 commented 4 years ago

Not sure it's fixed, but I hope so! Thanks :-)

kihaki commented 4 years ago

It did fix the issue for me at least :)