hi-manshu / Pluck

Pluck, a library that helps you to pick image via Gallery/Camera built using Compose
https://www.himanshoe.com
Apache License 2.0
363 stars 23 forks source link

Error java.lang.NoClassDefFoundError: Failed resolution of: Lcoil/compose/ImagePainter$ExecuteCallback; #17

Open TheFedex87 opened 1 year ago

TheFedex87 commented 1 year ago

Trying to use Permission or directly Pluck leads to the error in the title

yawboafo commented 1 year ago

Any fix for this?

anmolsahi-mm commented 1 year ago

I'm facing this same issue. You got any fix?

sic4change commented 1 year ago

Same issue too

rvenky125 commented 1 year ago

I'm willing to take this issue, can you please let me know how to reproduce the issue.

hi-manshu commented 1 year ago

Please take it. and @TheFedex87 @yawboafo @anmolsahi-mm can you share stack trace

rvenky125 commented 1 year ago

Hello there, can any one share stack trace

playpals-studio commented 1 year ago

Hello, this happens when you use coil 2.x.x in your project instead of 1x.x

example: implementation "io.coil-kt:coil-compose:2.2.2" //implementation "io.coil-kt:coil-compose:1.4.0"

rvenky125 commented 1 year ago

Sorry, I'm actually a bit off. Thanks for you response