Hello everyone, Is it possible to override the res...
# multiplatform
p
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
Move the commonMain resource to platform specific resource folders (androidMain and iosMain)
👀 2
👍 1