I am facing this issue When i use `painterResource()`, my composable recomposes as the instance chan...
v
I am facing this issue When i use
painterResource()
, my composable recomposes as the instance changed but content is same Is the painter instance returned from
painterResource
not remembered?