is there a way to provide `Android Context` in `Pr...
# compose
c
is there a way to provide
Android Context
in
Preview
? It is needed to take some resources like Vector drawables
l
val context = +ambient(ContextAmbient)
In whichever
@Composable
function will retrieve a
Context
object