Is it safe to use Picasso for image loading in " j...
# compose-desktop
a
Is it safe to use Picasso for image loading in " jp comose for desktop " since it runs on Android architecture
🚫 5
s
No - there was discussion of contributing to https://github.com/coil-kt/coil to make it multiplatform
👌 1
a
Ok, so i guss .i need to go to coil . thanks for the info @Scott
j
@spierce7 where is the discussion?
s
I think it was a comment somewhere near the beginning of this channel
not really a discussion
g
There is no image loading library for Desktop Coil looks as good candidate, it’s 100% Kotlin, so one day potentially may work on MPP
a
Thanks \😃
g
But I wouldn’t be oversimplifeid this, even though it’s Kotlin, it’s purely Android library, even core module, to make it MPP or even Jvm requires moving all platform specific API (all Bitmap!) to some own abstraction and separate artifact
a
Yeah, its based in Android os file system but I will be patient til they upload mpp library Ir I will make one