How can I create an ImageBitmap from resources to ...
# compose
m
How can I create an ImageBitmap from resources to pass in DrawScope.drawImage()? This is a challenge because I cannot use any of Composable extension functions for creating ImageBitmap inside DrawScope.