api / org.gradle.nativeplatform / PrebuiltLibrary

PrebuiltLibrary

@Incubating interface PrebuiltLibrary : Named, NativeLibrary

A library component that is not built by gradle.

Functions

getBinaries

abstract fun getBinaries(): DomainObjectSet<NativeLibraryBinary>

The binaries that are built for this component. You can use this to configure the binaries for this component.

getHeaders

abstract fun getHeaders(): SourceDirectorySet

The headers exported by this library. These headers will be added to all binaries for this library.

Inherited Functions

getName

abstract fun getName(): String

The object's name.

Must be constant for the life of the object.