gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.artifacts
/
ComponentModuleMetadata
Component
Module
Metadata
API
interface
ComponentModuleMetadata
(
source
)
Contains immutable component module metadata information.
Since
2.2
Inheritors
ComponentModuleMetadataDetails
Members
Functions
get
Id
Link copied to clipboard
API
abstract
fun
getId
(
)
:
ModuleIdentifier
The identifier of the module.
get
Replaced
By
Link copied to clipboard
API
@
Nullable
abstract
fun
getReplacedBy
(
)
:
@
Nullable
ModuleIdentifier
The identifier of module that replaces this module.