toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform
/
PrebuiltLibrary
Prebuilt
Library
API
@
Incubating
interface
PrebuiltLibrary
:
Named
,
NativeLibrary
(
source
)
A library component that is not built by gradle.
Members
Functions
get
Binaries
Link copied to clipboard
API
abstract
fun
getBinaries
(
)
:
DomainObjectSet
<
NativeLibraryBinary
>
The binaries that are built for this component.
get
Headers
Link copied to clipboard
API
abstract
fun
getHeaders
(
)
:
SourceDirectorySet
The headers exported by this library.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String