ExperimentalApi

@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "This API is experimental and may be removed or changed without notice. Annotate your callsites with @OptIn(ExperimentalApi::class) to use this API.")
@Retention(value = AnnotationRetention.BINARY)
public annotation ExperimentalApi


Summary

Public constructors

Public constructors

ExperimentalApi

public ExperimentalApi()