Is it possible yet to navigate from a view nested in setViewContent{ } to a view made of Composables?
I'm trying to use ComposeView{ }, but I get the error "Composition requires an active composition context"
Currently just launching another Activity that uses setContent{...}