Hello, I have a kmp lib with some resources (mainl...
# webassembly
b
Hello, I have a kmp lib with some resources (mainly strings). when I use it on mobile apps, resources are embedded. but for the wasm, they aren't and I have a missing ressource exception
Missing resource with path: ./values-en/strings.commonMain.cvr
If I copy/paste the resource files in the app folder, obviously it works. Is there a configuration in the gradle file I need to add to make sure the resource files are created/copied ? Kr
1
a
@Ilya Goncharov [JB] ^^