I have a parent composable A that accepts another ...
# compose
u
I have a parent composable A that accepts another composable B (which supports onClick) as a parameter. How can I override from the parent composable A to disable the gestures (specially clicks) even if onClick is set on the subcomposable B?