| 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.
| Property | Description |
executables | Incubating The |
libraries | Incubating The |
| Method | Description |
executables(action) | Incubating Configure the |
libraries(action) | Incubating Configure the |
NamedDomainObjectContainer<NativeExecutable> executables (read-only)
NamedDomainObjectContainer<NativeExecutable>Note: This property is incubating and may change in a future version of Gradle.
The NativeExecutable components produced by the build.
NamedDomainObjectContainer<NativeLibrary> libraries (read-only)
NamedDomainObjectContainer<NativeLibrary>Note: This property is incubating and may change in a future version of Gradle.
The NativeLibrary components produced by the build.
void executables(Action<? super NamedDomainObjectContainer<? super NativeExecutable>> action)
Action<? super NamedDomainObjectContainer<? super NativeExecutable>>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)
Action<? super NamedDomainObjectContainer<? super NativeLibrary>>Note: This method is incubating and may change in a future version of Gradle.
Configure the NativeLibrary components produced by the build.