toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.language
/
ComponentWithBinaries
Component
With
Binaries
API
interface
ComponentWithBinaries
:
SoftwareComponent
(
source
)
Represents a component that is composed of one or more binaries.
Since
4.5
Inheritors
SwiftComponent
CppComponent
Members
Functions
get
Binaries
Link copied to clipboard
API
abstract
fun
getBinaries
(
)
:
BinaryCollection
<
out
SoftwareComponent
>
Returns the binaries of this component.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String