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

InternalCoreApi

Source set: Common
@Deprecated(
    message = "Use androidx.compose.ui.InternalComposeUiApi annotation instead",
    replaceWith = ReplaceWith("androidx.compose.ui.InternalComposeUiApi"),
)
@RequiresOptIn(message = "This API is internal to library.")
@Target(
    AnnotationTarget.CLASS,
    AnnotationTarget.FUNCTION,
    AnnotationTarget.PROPERTY,
    AnnotationTarget.PROPERTY_GETTER,
    AnnotationTarget.PROPERTY_SETTER,
)
public annotation class InternalCoreApi