toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts.component
/
LibraryBinaryIdentifier
Library
Binary
Identifier
API
interface
LibraryBinaryIdentifier
:
ComponentIdentifier
(
source
)
An identifier for a library instance that is built as part of the current build.
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Library
Name
Link copied to clipboard
API
abstract
fun
getLibraryName
(
)
:
String
The name of the library
get
Project
Path
Link copied to clipboard
API
abstract
fun
getProjectPath
(
)
:
String
The project path of the library.
get
Variant
Link copied to clipboard
API
abstract
fun
getVariant
(
)
:
String
The variant of the library.