Stylianos Gakis
03/24/2023, 9:34 AMandroidx.compose.material.icons.Icons.Default.ArrowForward as a placeholder for my Coil AsyncImage, but it only takes in a @DrawableRes or a Drawable.
Looking for if I am missing some way to do ImageVector -> Drawable before I opt to use the SubComposeAsyncImage instead.Albert Chang
03/24/2023, 9:45 AMPainter so you can use rememberVectorPainter(imageVector).Stylianos Gakis
03/24/2023, 9:53 AMImageRequest.Builder and used the wrong AsyncImage import, so I didn’t see this version 🤦♂️.