ExperimentalContextParameters

@RequiresOptIn(message = "The API is related to the experimental feature "context parameters" (see KEEP-367) and may be changed or removed in any future release.", level = RequiresOptIn.Level.ERROR)
annotation class ExperimentalContextParameters(source)

Marks an API related to the Kotlin's context parameters experimental feature.

Marked API depends on the design of this feature, and can be changed or removed as development continues. Therefore, it does not provide any compatibility guarantees.

Since Kotlin

2.2