@Jokubas Trinkunas Hello! There are shared resources for KMP/CMP, but they don't operate like the old ways. You need to properly implement the shared resources library as well as tell your platforms via Gradle what to build for folder structure and look for. Thankfully it's fairly documented and straightforward, but it still can be a chore to do initially.
Start with this from Jetbrains
https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-resources.html and if you're still struggling after, lookup a youtube video from philip lackner called "How to Share Resources in KMM (Strings, Images, etc.)" from about 2 years ago. Good luck!