Hello everyone, Is it possible to override the resources in KMP for different targets. I’ve three targets (Android, iOS, Wasm) and I want to have a different image for wasm. I have an image in
commonMain/composeResources/drawable
. When I try to override the image with the same name in
wasmJsMain/composeResources/drawable
I get resource duplicate error. I’m in v2.0.20. Thanks for your help 🙌
r
rivu.chakraborty
09/18/2024, 1:56 AM
Move the commonMain resource to platform specific resource folders (androidMain and iosMain)