If anyone is interested, <Luca Spinazzola >has bee...
# compose-desktop
a
If anyone is interested, Luca Spinazzola has been working on supporting iOS, macOS, and JS targets in Kamel (an Image loading library) for a while. Feel free to check it and give us some feedback:
implementation("io.github.luca992.com.alialbaali.kamel:kamel-image:0.5-darwinandjs0")
K 8
m
Is it intentional that even
Copy code
// String
lazyPainterResource(data = "<https://www.example.com/image.jpg>")
and
Copy code
// Ktor Url
lazyPainterResource(data = Url("<https://www.example.com/image.jpg>"))
are not visible in common code? How am I supposed to use them in practice as they can only be called from composable functions which normally reside in common code in my projects.
a
These functions are in common code. However, there’s something wrong going on with publishing since I updated Kotlin version to 1.7.0. For some reason, these functions are not discovered in common code. I tried multiple solutions, and none of them have worked. Check this thread for more info.
m
So, this looks like one of these dreadful IntelliJ problems again, right?
a
I’m not sure. The cause could be the Kotlin IDE plugin.