in kotlin multiplatform 1.9 we use
Image(painterResource("image/visuals/${logo.ques}.png"), null)
for load images from resource folder but in kotlin 2.0, this code not work
what is altarnative code for load string file name from res folder for image?