ExperimentalFeatures


sealed interface ExperimentalFeatures


Contains UI Lib experimental feature opt-in annotations.

Summary

Nested types

@RequiresOptIn(message = "This API is experimental. It may be changed in the future without notice.", level = RequiresOptIn.Level.WARNING)
@Retention(value = AnnotationRetention.BINARY)
annotation ExperimentalFeatures.DelegatingAdapterApi