Source set: Common
@Deprecated(
message = "FlexBox and its related APIs are now stable.",
level = DeprecationLevel.WARNING,
)
@RequiresOptIn(
"This FlexBox API is experimental and is likely to change or be removed in the future.\n" +
"This API is experimental because it introduces a new category of layout concepts to the Compose Foundation library. \n" +
"It requires a period of user validation to ensure the API surface is intuitive and flexible enough to cover the intended use cases before being stabilized. (https://issuetracker.google.com/475491619)"
)
public annotation class ExperimentalFlexBoxApi