Package-level declarations

Types

Link copied to clipboard
annotation class DangerousMetroGradleApi(val message: String)

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.

Link copied to clipboard
annotation class DelicateMetroGradleApi(val message: String)

Marks declarations in the Metro Gradle API that are delicate — they have narrow use-cases and should be used with care in general code. Carefully read documentation and message of any declaration marked as DelicateMetroGradleApi.

Link copied to clipboard

Marks declarations in the Metro Gradle API that are experimental — they are incubating and may be removed or changed in the future. Carefully read documentation of any declaration marked as ExperimentalMetroGradleApi.

Link copied to clipboard
Link copied to clipboard
class MetroGradleSubplugin @Inject constructor(problems: Problems) : KotlinCompilerPluginSupportPlugin
Link copied to clipboard
abstract class MetroPluginExtension @Inject constructor(compilerVersion: Provider<KotlinToolingVersion>, layout: ProjectLayout, objects: ObjectFactory, providers: ProviderFactory)
Link copied to clipboard

Controls the behavior of optional bindings on a per-compilation basis.

Link copied to clipboard
annotation class RequiresIdeSupport

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!