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
@Target(allowedTargets = [AnnotationTarget.CLASS])
expect annotation class Immutable
Link copied to clipboard