gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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