DangerousMetroGradleApi

@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This is a dangerous API and its use requires extreme caution. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.")
annotation class DangerousMetroGradleApi(val message: String)(source)

Marks declarations in the Metro Gradle API that are dangerous — they are extremely experimental, unstable, and should be regarded as wholly unproven in production. Carefully read documentation and message of any declaration marked as DangerousMetroGradleApi.

Properties

Link copied to clipboard