Kamel-Media / Kamel

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

Shared resource system #28

Open mipastgt opened 1 year ago

mipastgt commented 1 year ago

In the README you write "Since there isn't any shared resource system between Android and Desktop [...]". This is not really true. The standard Java resource handling mechanism works like a charm on both systems.

luca992 commented 4 months ago

I haven't tried it. But implementation("media.kamel:kamel-fetcher-resources-jvm:1.0.0-beta.1") should work on android as well.