Should new resource loading work in Wasm based Com...
# compose-web
j
Should new resource loading work in Wasm based Compose for Web apps? I have shared compose code that has
DrawableResource
like
Res.drawable.web
which is being passed to an Icon. Same code is working on other platforms. Using CMP
1.6.2
Copy code
MissingResourceException: Missing resource with path: ./drawable/web.xml
came across the
copyWasmResoures
workaround in following and seems to work https://github.com/Kotlin/kotlin-wasm-examples/blob/main/compose-imageviewer/webApp/build.gradle.kts
👍 1
m
I can't find anything about
copyWasmresources
. I'm facing the following issue with compose
v1.7.3
https://kotlinlang.slack.com/archives/CDFP59223/p1744835088246719