api / org.gradle.api.artifacts.component / LibraryBinaryIdentifier

LibraryBinaryIdentifier

@Incubating interface LibraryBinaryIdentifier : ComponentIdentifier

An identifier for a library instance that is built as part of the current build.

Functions

getLibraryName

abstract fun getLibraryName(): String

The name of the library

getProjectPath

abstract fun getProjectPath(): String

The project path of the library.

getVariant

abstract fun getVariant(): String

The variant of the library.

Inherited Functions

getDisplayName

abstract fun getDisplayName(): String

Returns a human-consumable display name for this identifier.