toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform
/
NativeComponentSpec
Native
Component
Spec
API
@
Incubating
interface
NativeComponentSpec
:
ComponentSpec
(
source
)
Definition of a software component that is to be built by Gradle to run a on JVM platform.
Inheritors
NativeTestSuiteSpec
NativeExecutableSpec
TargetedNativeComponent
NativeLibrarySpec
Members
Functions
get
Base
Name
Link copied to clipboard
API
abstract
fun
getBaseName
(
)
:
String
The name that is used to construct the output file names when building this component.
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Project
Path
Link copied to clipboard
API
abstract
fun
getProjectPath
(
)
:
String
set
Base
Name
Link copied to clipboard
API
abstract
fun
setBaseName
(
baseName
:
String
)
Sets the name that is used to construct the output file names when building this component.