Kotlin DSL Reference for Gradle
8.4-rc-3
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.component
/
PublishableComponent
Publishable
Component
API
interface
PublishableComponent
:
SoftwareComponent
,
ComponentWithCoordinates
(
source
)
Represents a component that can be published.
Inheritors
CppStaticLibrary
CppSharedLibrary
CppExecutable
Members
Functions
get
Coordinates
Link copied to clipboard
API
abstract
fun
getCoordinates
(
)
:
ModuleVersionIdentifier
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String