godaddy / compose-color-picker

Jetpack Compose Android Color Picker 🎨
MIT License
369 stars 23 forks source link

Remove java.util.Math usages #17

Closed riggaroo closed 2 years ago

riggaroo commented 2 years ago

java.util.Math doesn't play properly with multiplatform. Removed the two usages of it.

Including spotlessCheck on build, as well as upping the version to 0.4.2