Luca Spinazzola
Luca Spinazzola
@sureshmaidaragi1919 I'm not lowering it. I have set `minSdk = 21` already. You are likely doing something wrong.
I should not have to lower `compileSdk` for you to use kamel in an app using `compileSdk = 34`. https://stackoverflow.com/questions/24510219/what-is-the-difference-between-min-sdk-version-target-sdk-version-and-comp It is not the responsibility of a library to lower...
should be there https://s01.oss.sonatype.org/content/repositories/snapshots/media/kamel/kamel-decoder-animated-image-iossimulatorarm64/
If you you the snapshot repo set properly. I have no idea. It works perfectly fine for me when I use it in the sample. You can try `1.0.4.2-SNAPSHOT` I...
@Skaldebane yeah not ideal. Sry haven't had time to port coils implementation. It shouldn't crash, but rather not display anything and `onFailure` callback will get called. I'll fix the release....
This on the latest beta release?
are you using `kotlin.incremental.native=true` by chance? I was getting some weird errors when using that just now. I'm able to load images with `File` on ios in the sample, so...
> Hi, I encountered the same issue as @yuroyami and I couldn't figure out what was the difference between my implementation and the sample's one that works fine. > I...
I tried to duplicate having the a CircularProgressIndicator fail to show up when switching gifs with: ``` var gifIndex by remember { mutableStateOf(0) } Button(onClick = { gifIndex = (gifIndex...
Hi, there is not at the moment. But, I was thinking I could just make all the decoders public instead of internal [here](https://github.com/Kamel-Media/Kamel/tree/v1.0.0/kamel-decoder) and that would let people use them...