ExperimentalComposeRuntimeApi


  • Cmn
    @RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This in experimental API that may change frequently and without warning.")
    @Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.PROPERTY_GETTER])
    @Retention(value = AnnotationRetention.BINARY)
    annotation ExperimentalComposeRuntimeApi

Summary

Public constructors

Cmn

Public constructors

ExperimentalComposeRuntimeApi

ExperimentalComposeRuntimeApi()