I was building a Compose Multiplatform project (Android and Desktop). I want to add Images to shared Common Main file and use the image files for UI in commonMain. I tried creating a resource folder in commonMain and added Image in those. And tried to use them by following