toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.platform.base
/
PlatformAwareComponentSpec
Platform
Aware
Component
Spec
API
@
Incubating
interface
PlatformAwareComponentSpec
:
VariantComponentSpec
(
source
)
Defines Platform specific operations for ComponentSpecs
Inheritors
TargetedNativeComponent
Members
Functions
get
Binaries
Link copied to clipboard
API
abstract
fun
getBinaries
(
)
:
ModelMap
<
BinarySpec
>
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
get
Variants
Link copied to clipboard
API
abstract
fun
getVariants
(
)
:
Iterable
<
out
Binary
>
target
Platform
Link copied to clipboard
API
abstract
fun
targetPlatform
(
targetPlatform
:
String
)
Specifies a platform that this component should be built be for.