ExperimentalMetroCoroutinesApi

@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "This is part of Metro's experimental coroutines support")
annotation class ExperimentalMetroCoroutinesApi(source)

Marks APIs that are part of Metro's experimental coroutines support.

Opt in by either annotating the call site with @OptIn(ExperimentalMetroCoroutinesApi::class) or compiling with -opt-in=dev.zacsweers.metro.ExperimentalMetroCoroutinesApi.