I have a dumb question. Is it possible to call a c...
# compose
r
I have a dumb question. Is it possible to call a compose method through reflection from a Compose method? This is only for a preview, not production.
I want to iterate through all the compose methods on an
object
instance in a
@Preview
a
I’d recommend looking into the sources for how
PreviewActivity
works under the hood as a starting point
r
Thanks. This is much more helpful than every coding assistant I've asked. ;-)