ExperimentalMetroCoroutinesApi
@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "This is part of Metro's experimental coroutines support")
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.TYPEALIAS] )
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.