https://kotlinlang.org logo
Title
s

Scott Kruse

10/19/2021, 11:16 PM
What's the best way to show packaged assets in compose for web? my Img is not rendering w/ this setup
🧵 1
Looks like this works if i include the image in the standalone web project. But doesn't work if i include the image in the common module jsMain source set 🤔 although this does work for android & desktop source sets
n

Nick

10/20/2021, 12:11 AM
I've also seen this for non-compose MPP as well. Seems to be a bug in resource bundling. Not sure if an issue has been filed for this already.
👍 1
s

Scott Kruse

10/21/2021, 12:18 PM
Yeah that looks like the same issue