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