gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.language
/
ComponentWithBinaries
Component
With
Binaries
interface
ComponentWithBinaries
:
SoftwareComponent
Represents a component that is composed of one or more binaries.
Inheritors
CppComponent
SwiftComponent
Members
Functions
get
Binaries
Link copied to clipboard
abstract
fun
getBinaries
(
)
:
BinaryCollection
<
out
SoftwareComponent
>
Returns the binaries of this component.
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String