gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.language
/
ComponentWithOutputs
Component
With
Outputs
interface
ComponentWithOutputs
:
SoftwareComponent
Represents a component with output files.
Inheritors
CppSharedLibrary
CppExecutable
CppStaticLibrary
SwiftExecutable
SwiftStaticLibrary
SwiftSharedLibrary
Members
Functions
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
get
Outputs
Link copied to clipboard
abstract
fun
getOutputs
(
)
:
FileCollection
Returns the outputs produced for this component.