kotlin-graphics / glm

jvm glm
122 stars 20 forks source link

cannot not find class #42

Closed bupt-he closed 2 months ago

bupt-he commented 4 months ago

Caused by: java.lang.ClassNotFoundException: Didn't find class "kool.ExtensionsKt" on path: DexPathList[[dex file "/data/data/com.example.opengl/code_cache/.overlay/base.apk/classes10.dex"

Bixilon commented 4 months ago

What did you try?

If you need kool, please add i too: see https://github.com/kotlin-graphics/kool

bupt-he commented 4 months ago

image image i use mat4.to(floatbuffer) ,it show the error in second picture. the lib is implementation("io.github.kotlin-graphics:glm:0.9.9.1-12")

Bixilon commented 4 months ago

yes, if you want to use it with buffers, you must add kool to your dependencies. See the readme I linked above

bupt-he commented 4 months ago

Thanks

何译斌

@. | ---- Replied Message ---- | From | Moritz @.> | | Date | 02/26/2024 19:41 | | To | kotlin-graphics/glm @.> | | Cc | bupt-he @.>, Author @.***> | | Subject | Re: [kotlin-graphics/glm] cannot not find class (Issue #42) |

yes, if you want to use it with buffers, you must add kool to your dependencies. See the readme I linked above

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>