What's the proper way now with Compose 1.7.0 and i...
# compose-desktop
s
What's the proper way now with Compose 1.7.0 and its resource system to set an icon for a
singleWindowApplication
, as
painterResource
is a Composable function that cannot be called from
main
?