Package-level declarations
Compose stability markers (Immutable, Stable) declared as optional expectations so :core can advertise Compose stability on Compose-capable targets without depending on Compose elsewhere.
Compose stability markers (Immutable, Stable) declared as optional expectations so :core can advertise Compose stability on Compose-capable targets without depending on Compose elsewhere.
Types
Link copied to clipboard
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER] )