NativeComponentExtension

API Documentation:NativeComponentExtension

Note: This class is incubating and may change in a future version of Gradle.

The configuration for native components generated by this build.

Properties

PropertyDescription
executables
Incubating

The NativeExecutable components produced by the build.

libraries
Incubating

The NativeLibrary components produced by the build.

Methods

MethodDescription
executables(action)
Incubating

Configure the NativeExecutable components produced by the build.

libraries(action)
Incubating

Configure the NativeLibrary components produced by the build.

Script blocks

No script blocks

Property details

Note: This property is incubating and may change in a future version of Gradle.

The NativeExecutable components produced by the build.

Note: This property is incubating and may change in a future version of Gradle.

The NativeLibrary components produced by the build.

Method details

void executables(Action<? super NamedDomainObjectContainer<? super NativeExecutable>> action)

Note: This method is incubating and may change in a future version of Gradle.

Configure the NativeExecutable components produced by the build.

void libraries(Action<? super NamedDomainObjectContainer<? super NativeLibrary>> action)

Note: This method is incubating and may change in a future version of Gradle.

Configure the NativeLibrary components produced by the build.