You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
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.
The text was updated successfully, but these errors were encountered: