🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ExperimentalComposeApi

Source set: Common
@RequiresOptIn(
    level = RequiresOptIn.Level.ERROR,
    message =
        "This is an experimental API for Compose and is likely to change before becoming " +
            "stable.",
)
@Target(
    AnnotationTarget.CLASS,
    AnnotationTarget.FUNCTION,
    AnnotationTarget.PROPERTY,
    AnnotationTarget.PROPERTY_GETTER,
)
public annotation class ExperimentalComposeApi