ComponentModuleMetadataDetails

Contains and allows configuring component module metadata information. For information and examples please see org.gradle.api.artifacts.dsl.ComponentModuleMetadataHandler

Since

2.2

Functions

Link copied to clipboard
abstract fun getId(): ModuleIdentifier
Link copied to clipboard
Link copied to clipboard
abstract fun replacedBy(moduleNotation: Any)
Configures a replacement module for this module.
abstract fun replacedBy(moduleNotation: Any, @Nullable reason: String)
Configures a replacement module for this module and provides an explanation for the replacement.