godaddy / compose-color-picker

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

dependence not found? #16

Closed LXD312569496 closed 2 years ago

LXD312569496 commented 2 years ago

Could not find com.godaddy.android.colorpicker:compose-color-picker:0.4.1.

ffgiraldez commented 2 years ago

Hi @LXD312569496

I can see it in maven-central do you use it in a multiplatform project or a regular android one?

LXD312569496 commented 2 years ago

multiplatform project

ffgiraldez commented 2 years ago

Could you please tell me which platforms are you targeting? Are you able to use version 0.3.1?

riggaroo commented 2 years ago

@LXD312569496 can you try com.godaddy.android.colorpicker:compose-color-picker-jvm:0.4.1 and let us know if you still see this issue?

LXD312569496 commented 2 years ago

Hello!this is my code! val commonMain by getting { implementation ("com.godaddy.android.colorpicker:compose-color-picker:0.3.1") }

0.3.1 can work。 0.4.1 can not work,build failed。

riggaroo commented 2 years ago

Thanks for the report - we see the last build failed to release the com.godaddy.android.colorpicker:compose-color-picker:0.4.1. Since fixed the build, and com.godaddy.android.colorpicker:compose-color-picker:0.4.2 should work. Please let us know if not. Thank you 🙏🏻

LXD312569496 commented 2 years ago

ok