RequiresIdeSupport

@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "Marks declarations in the Metro Gradle API that require IDE support to be enabled to be useful in a project. If you are willing to do this, you can opt in this annotation! See https://zacsweers.github.io/metro/latest/installation/#ide-support for setup instructions.")
annotation class RequiresIdeSupport(source)

Marks declarations in the Metro Gradle API that require IDE support to be enabled to be useful in a project. If you are willing to do this, you can opt in this annotation!

See also