Source set: Common
@RequiresOptIn(
level = RequiresOptIn.Level.ERROR,
message =
"This is internal API for Compose modules that may change frequently " +
"and without warning.",
)
@Target(
AnnotationTarget.CLASS,
AnnotationTarget.FUNCTION,
AnnotationTarget.PROPERTY,
AnnotationTarget.PROPERTY_GETTER,
AnnotationTarget.PROPERTY_SETTER,
)
public annotation class InternalComposeApi