I was using a custom scope extended from BoxScope ...
# compose
m
I was using a custom scope extended from BoxScope to provide gesture data to my composables. BoxScope was marked as Stable, but now after upgrading from beta03 to beta05, the
align
and
matchParentSize
methods are abstract and I’m required to provide my own implementation. Although I just need the default BoxScope implementations. Why is this destructing refactor? and what should I do to avoid reimplementing the same default logic?