I try to migrate to v1.0.0-alpha3 singleWindowApplication()
I have a "Image" that I created from a local "icon.png" that I used for the "icon" field. Now I need to provide a "Painter", but painterResource() can't be used as parameter that is a Composable.
Looking at
https://github.com/JetBrains/compose-jb/tree/master/tutorials/Image_And_Icons_Manipulations I don't see how I can now set my window icon... Can you please show me an example how to do that?