Chris Johnson
08/24/2021, 6:34 PMMultiMeasureLayout
which is Deprecated with the message:
This API is unsafe for UI performance at scale - using it incorrectly will lead " +
"to exponential performance issues. This API should be avoided whenever possible.
Even though it's annotated with Suppress("Deprecated") that's still worrisome. Could anyone shed some light on whether or not ConstraintLayout is indeed safe to use at scale in compose?Adam Powell
08/24/2021, 6:42 PMChris Johnson
08/25/2021, 5:28 PM