Hi. In the same subject as resources, there is a w...
# multiplatform
f
Hi. In the same subject as resources, there is a way to import resources from another module?
Copy code
:composeApp
   /kotlin
     -- App.kt  
         // Image(resourcePainter("shared/image.png"))

:shared
   /resources
      -- image.png