Start native apps faster with the Composables CLI ->
Class

ExperimentalFollowingSubspaceApi

Marks Subspace APIs that are experimental and likely to change or be removed in the future.

Source set: Android
@RequiresOptIn(
    level = RequiresOptIn.Level.ERROR,
    message = "This is an experimental API. It may be changed or removed in the future.",
)
public annotation class ExperimentalFollowingSubspaceApi

Marks Subspace APIs that are experimental and likely to change or be removed in the future.

Any usage of a declaration annotated with @ExperimentalFollowingSubspaceApi must be accepted either by annotating that usage with @OptIn(ExperimentalFollowingSubspaceApi::class) or by propagating the annotation to the containing declaration.