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:
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
Ali Albaali
09/22/2022, 3:10 PM
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
Michael Paus
09/22/2022, 4:51 PM
So, this looks like one of these dreadful IntelliJ problems again, right?
a
Ali Albaali
09/23/2022, 6:56 AM
I’m not sure. The cause could be the Kotlin IDE plugin.