https://kotlinlang.org logo
#compose
Title
# compose
b

Bryan Lee

12/18/2019, 6:28 PM
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{...}
3 Views