Here’s a rough sketch that just dumps a bunch of r...
# compose
z
Here’s a rough sketch that just dumps a bunch of raw data from the slot table in an almost-readable format for debugging: https://gist.github.com/zach-klippenstein/ea745ac29f28cf7bc7af3b69ca753b9a For that to be useful in a real app it should walk the
View
tree as well, handle subcomposition, etc. I couldn’t figure out how to get at the
SlotTable
from an
AndroidComposeView
without reflection.
👍 3
😲 1