can i place the same placeable multiple times at d...
# compose
o
can i place the same placeable multiple times at different offsets in a layout
k
The placeable is "just" another name for a child emitted during composition. It's emitted once, it's measured once, and it's placed once.
z
If you just want to draw it in multiple places, you could use a graphics layer to record the first one and then just draw the layer in the other places.