Luca Spinazzola

Results 262 comments of Luca Spinazzola

Are you getting any useful error in [onFailure](https://github.com/Kamel-Media/Kamel/blob/96eaad84d1fac4408a940d558c4eb67620f5b1cc/kamel-image/src/commonMain/kotlin/io/kamel/image/KamelImage.kt#L41)?

can you try wrapping it in [File](https://github.com/Kamel-Media/Kamel/blob/96eaad84d1fac4408a940d558c4eb67620f5b1cc/kamel-core/src/appleMain/kotlin/io/kamel/core/utils/Platform.kt#L19)

Here's the example in the sample: https://github.com/Kamel-Media/Kamel/blob/01c4809e95e01ba50bdca5be65001e4bd605125c/kamel-samples/src/commonMain/kotlin/io/kamel/samples/FileSample.kt https://github.com/Kamel-Media/Kamel/blob/01c4809e95e01ba50bdca5be65001e4bd605125c/kamel-samples/src/iosMain/kotlin/io/kamel/samples/getResourceFile.ios.kt It probably has to do with your path though. I don't think you can directly access files on your drive by absolute...

Any approximate timeline on iOS support for KMP?

Hmm yeah good point. I think I'll try lowering the minsdk and adding `@TargetApi` annotations. Having gif support in the defaults is something people might want (up for debate). I'm...

I could always make two android decoders. And have the android version depend on both and pick according to api version. So both would be included in `kamel-image-default`. But if...

@sureshmaidaragi1919 Try `1.0.4-SNAPSHOT`. I lowered the minSdk to 21 and have it throw a runtime error if attempting to use on less than android 28.

@sureshmaidaragi1919 add this repo to try it ``` repositories { maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") } ```

I don't think that matters for libraries. But sure I'll update it

`1.0.4.1-SNAPSHOT` is being [published](https://github.com/Kamel-Media/Kamel/actions/runs/14350074866). switched to compileSdk = 36