korlibs-archive / korma

Mathematics library focused on geometry for Multiplatform Kotlin 1.3

Home Page:https://korlibs.soywiz.com/korma/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creates errors when android Project has unsigned variables

adamshick-Skyward opened this issue · comments

I upgraded from 2.0.9 to the latest and get the following errors on my unsigned variables: Please make sure you have the required dependencies for unsigned types in the classpath. When I lower back down to 2.0.9 it works just fine.

Is latest 2.2.1? In which target the issue arises? Which Kotlin version? Is it a IDE issue, or issue when compiling? Can you provide a screenshot?

This is the error I see
Screen Shot 2021-07-08 at 9 43 20 AM
For this line of code rthMinAltitude(20u)

Kotlin version is: 1.4.31

Please, try with Kotlin 1.5.20. I believe that was a bug in Kotlin that was fixed already in 1.5.20

Yup that fixed it. Thanks!!