Does image loading from local resources work corre...
# doodle
a
Does image loading from local resources work correctly on desktop? When I try to run a multiplatform app from within the same module, all images in under
commonMain/resources
are loaded correctly, but if I try to run it from a separate module, like in the Photos example, the images aren't loaded.
For future reference, using Moko worked for me. There is also an experimental library for Compose Multiplatform, but I haven't tried it. There is no built-in language support for it.