is there anyone who have used: "import org.jetbrai...
# multiplatform
s
is there anyone who have used: "import org.jetbrains.compose.resources.painterResource" application crashes coz of this as it is in experimental
x
You just need to opt in i think
it looks like already opted in 🤔
wait thats not the same painter - my bad
s
image.png
x
Can you share the crash log?
s
image.png
x
Can you share how you have your images currently located in your folder structure?
are you using multiplatform-resources as well? (based on that MR structuture)
s
image.png
m
Have you tried to rename the image and delete the @3x
s
wow... i cracked it
@3x should be added in the painterresources too... :XD