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"
Bryan Lee
12/19/2019, 6:54 PM
Currently just launching another Activity that uses setContent{...}