toggle menu
gradle
8.11.1
API
switch theme
search in API
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
(
)
:
ModuleIdentifier
The identifier of module that replaces this module.