Lauren Yew
12/23/2020, 9:08 PMLayout(
modifier = modifier,
children = children
) { measurables, constraints ->
...
}
My Android Studio (on Compose alpha 9) is saying that API isn't available.Adam Powell
12/23/2020, 9:09 PMchildren
parameters have been uniformly renamed to content
Lauren Yew
12/23/2020, 9:10 PMmeasureContent
children
vs. content
issue