Hi everyone, I'm using Coil to load images in my Compose Multiplatform project (CMP).
I'm encountering the following error when trying to load .jpg files, even though they are placed in the correct directory:
Caused by: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path: composeResources/e_shopping.composeapp.generated.resources/drawable/pexels_pixabay_247599.jpg
Interestingly, when I switched to .png files, everything works fine.
Has anyone else experienced this with .jpg files in CMP resources?