unstable
Pre-release APIs, grouped under UnstableGroup. The @UnstableApi opt-in is applied once here, so every function on UnstableGroup is covered without a per-function annotation. Call sites must @OptIn(UnstableApi::class); when a function graduates it moves onto Group and the opt-in stops resolving, forcing a migration.