Damien TEISSIER
Damien TEISSIER
Hey, Did you resolve your issue @nevrozza ? I encounter the exact same problem on my multi modules project.
I am stuck at this part Module not found: Error: Can't resolve 'images/ic_works_medium.svg' in '/Users/Documents/workspace/Synthese/build/js/packages/web/kotlin'. I already added id("dev.icerock.mobile.multiplatform-resources") plugin to my web app build.gradle.kts. But still same issue
Sorry for the delay. I finally understood what was wrong. What is really important, is to apply plugin dev.icerock.mobile.multiplatform-resources to every module involved into resources management. And second point, you...