Kamel-Media / Kamel

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

Fail to set image on desktop app with 1.0.0-alpha4-build361 #8

Closed cmota closed 2 years ago

cmota commented 2 years ago

Hello!

First, let me say that this is a great lib 🙂 . It really eases handling images on different platforms.

I've just noticed that with the latest version of compose (JetBrains), it's not possible to use Kamel Image on desktop apps:

Reason=java.lang.NoClassDefFoundError: org/jetbrains/skija/Image

alialbaali commented 2 years ago

Kamel latest version uses 1.0.0-alpha2 of Compose. You'd have to wait for the next release for alpha4 support

alialbaali commented 2 years ago

0.3.0 version is out with Compose beta1 support.

cmota commented 2 years ago

Thank you @alialbaali 🙂 .

alialbaali commented 2 years ago

You're welcome.