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

ExperimentalComposeRuntimeApi

Source set: Common
@RequiresOptIn(
    level = RequiresOptIn.Level.ERROR,
    message = "This in experimental API that may change frequently and without warning.",
)
@Target(
    AnnotationTarget.CLASS,
    AnnotationTarget.FUNCTION,
    AnnotationTarget.PROPERTY,
    AnnotationTarget.FIELD,
    AnnotationTarget.PROPERTY_GETTER,
)
public annotation class ExperimentalComposeRuntimeApi