toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.language.nativeplatform
/
ComponentWithRuntimeFile
Component
With
Runtime
File
API
interface
ComponentWithRuntimeFile
:
ComponentWithNativeRuntime
(
source
)
Represents a native component that produces a file to be used at runtime.
Since
4.5
Inheritors
ComponentWithSharedLibrary
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
Runtime
File
Link copied to clipboard
API
abstract
fun
getRuntimeFile
(
)
:
Provider
<
RegularFile
>
Returns the runtime file of 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