skydoves/Submarine

Calling SubmarineView.float from Java

RobbWatershed opened this issue · 2 comments

For us mortals who still use Java instead of Kotlin, naming a method float confuses the compiler a lot,as float is a keyword referring to the primitive type of the same name.

Any tip other than using reflection to make that work properly ?

Wow.. I haven't noticed it at all.😢
I just changed names to floats(), dips(), navigates(), and retreats() and released a new 1.0.5 version.
Thanks for your issue!

Well, that was quick ! Thanks a lot 👍