ExperimentalMokksyApi

This annotation marks the Mokksy API that is considered experimental and is not subject to the general compatibility guarantees. The behaviour of such API may change, or the API may be removed completely in any further release.

Any usage of a declaration annotated with ExperimentalMokksyApi must be accepted either by annotating that usage with the OptIn annotation, e.g. @OptIn(ExperimentalMokksyApi::class), or by using the compiler argument -opt-in=dev.mokksy.mokksy.ExperimentalMokksyApi.