Kamel-Media / Kamel

Kotlin asynchronous media loading and caching library for Compose.
Apache License 2.0
595 stars 23 forks source link

Don't require Ktor engine for local image loading #35

Open russellbanks opened 1 year ago

russellbanks commented 1 year ago

I use Kamel to show images that the user selects from their file explorer, but it requires a Ktor engine dependency to do so despite it not needing any HTTP requests for local image loading.

cerver1 commented 10 months ago

Thank you for this issue. I kept encountering crashes when trying to use kamel. Now I know why

luca992 commented 10 months ago

No timeline, but once #51 is implemented this should be resolved

luca992 commented 4 months ago

@russellbanks check out implementation("media.kamel:kamel-image-default:1.0.0-beta.1") You can choose pick and choose almost all parts now.... While ktor core is still required, I think it should work without having to add an engine when loading local images

https://github.com/Kamel-Media/Kamel/pull/96