godaddy / compose-color-picker

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

Make it multiplatform #2

Closed JoseAlcerreca closed 2 years ago

JoseAlcerreca commented 2 years ago

Parcelize and android.graphics.Color seem to be only blockers.

riggaroo commented 2 years ago

Made progress with @HuixingWong's PR, we just need to deploy correct artifacts to maven central now.

riggaroo commented 2 years ago

This should be working now with the latest release 0.2.1, please let us know if you experience any issues with it. It is our first exploration into multiplatform, so there might be some rough edges.