Experimental Context Receivers
@RequiresOptIn(message = "The API is related to the experimental feature "context receivers" (see KEEP-259) and may be changed or removed in any future release.", level = RequiresOptIn.Level.ERROR )
Marks an API related to the Kotlin's context receivers experimental feature. This feature is superseded by context parameters. Replace the '-Xcontext-receivers' compiler argument with '-Xcontext-parameters' and migrate to the new syntax.
Marked API reflects metadata written by this feature, and can be changed or removed as development continues. Therefore, it does not provide any compatibility guarantees.