For sure. I am using Molecule (technically a fork) to create a flow that does not drive UI. Essentially the output from the set of composables is json. Inside of each Composable I want to be able to leverage objects from the graph as needed. I mentioned ViewModels mostly because the android documentation essentially says "ViewModels are the way to do DI with compose"