Is there a way to dump the node tree easily outsid...
# compose
v
Is there a way to dump the node tree easily outside of tests? The test documentation has
composeTestRule.onRoot().printToLog(TAG)
, which is quite convenient