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