Internal Mokksy Api
API marked with this annotation is internal, and it is not intended to be used outside Mokksy. It could be modified or removed without any notice. Using it outside Mokksy could cause undefined behaviour and/or any unexpected effects.
Example:
@OptIn(InternalMokksyApi::class)
internal fun wireInternalFeature() { /* ... */}Content copied to clipboard