Kotlin Native Cache Api
Marks the Kotlin Native Cache DSL API as requiring explicit opt-in.
Any declaration marked with @KotlinNativeCacheApi requires the caller to opt in by adding @OptIn(KotlinNativeCacheApi::class) to the file or enclosing declaration. This includes the disableNativeCache function and related types like DisableCacheInKotlinVersion.