ExperimentalCompatApi
annotation class ExperimentalCompatApi
Marks APIs in the compat module that exist as temporary platform workarounds (not as long-term design-system components).
These APIs may change signature or be removed once the underlying Compose / platform issue is fixed. Call sites must opt in explicitly with @OptIn(ExperimentalCompatApi::class).