Do we know if they’re planning on building somethi...
# compose
l
Do we know if they’re planning on building something like ImageComposeScene for Android? I need to render a Composable directly to a Bitmap. I’m aware of the workaround of creating a ComposeView and using the old View way of drawing to a bitmap, but is there a pure compose way to do this?