I am following the steps in the ReadMe, created the cmake files, and then ran ./gradlew build zipNatives publishToMavenLocal
Getting the following error about a lossy conversion from float to double

These values are defined in the bullet3 C library with the f for float, but when they are converted into a java code, the f is not persisting and the values are turning into double trying to be saved in a float variable.
Can you help me please?
I am following the steps in the ReadMe, created the cmake files, and then ran ./gradlew build zipNatives publishToMavenLocal

Getting the following error about a lossy conversion from float to double
These values are defined in the bullet3 C library with the f for float, but when they are converted into a java code, the f is not persisting and the values are turning into double trying to be saved in a float variable.
Can you help me please?