stable class Absolute { stable val Left: Horizontal stable val Center: Horizontal stable val Right: Horizontal stable val SpaceBetween: Horizontal stable val SpaceEvenly: Horizontal stable val SpaceAround: Horizontal } stable class Arrangement { stable val Start: Horizontal stable val End: Horizontal stable val Top: Vertical stable val Bottom: Vertical stable val Center: HorizontalOrVertical stable val SpaceEvenly: HorizontalOrVertical stable val SpaceBetween: HorizontalOrVertical stable val SpaceAround: HorizontalOrVertical } stable class Absolute { stable val left: Dp stable val top: Dp stable val right: Dp stable val bottom: Dp } stable class Block { stable val lineProviderBlock: Function1 = Stable } stable class Value { stable val alignmentLine: AlignmentLine = Stable } stable class MutableWindowInsets { stable var insets$delegate: MutableState = Stable }