Kotlin DSL Reference for Gradle
8.4-rc-2
API
Kotlin DSL Reference for Gradle
/
org.gradle.language.nativeplatform
/
ComponentWithObjectFiles
Component
With
Object
Files
API
interface
ComponentWithObjectFiles
:
ComponentWithNativeRuntime
(
source
)
Represents a component that produces object files.
Inheritors
SwiftBinary
CppBinary
Members
Functions
get
Base
Name
Link copied to clipboard
API
abstract
fun
getBaseName
(
)
:
Provider
<
String
>
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Objects
Link copied to clipboard
API
abstract
fun
getObjects
(
)
:
FileCollection
Returns the object files created for this component.
get
Target
Machine
Link copied to clipboard
API
abstract
fun
getTargetMachine
(
)
:
TargetMachine
get
Tool
Chain
Link copied to clipboard
API
abstract
fun
getToolChain
(
)
:
NativeToolChain
is
Debuggable
Link copied to clipboard
API
abstract
fun
isDebuggable
(
)
:
Boolean
is
Optimized
Link copied to clipboard
API
abstract
fun
isOptimized
(
)
:
Boolean