{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ExperimentalComposeApi

@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This is an experimental API for Compose and is likely to change before becoming stable.")
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER])
@Retention(value = AnnotationRetention.BINARY)
public annotation ExperimentalComposeApi


Summary

Public constructors

Public constructors

ExperimentalComposeApi

public ExperimentalComposeApi()