Interface NativeComponentExtension
Deprecated.
The configuration for native components generated by this build.
- Since:
- 2.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecutables(Action<? super NamedDomainObjectContainer<? super NativeExecutableSpec>> action) Deprecated.Configure theNativeExecutableSpeccomponents produced by the build.Deprecated.TheNativeExecutableSpeccomponents produced by the build.Deprecated.TheNativeLibrarySpeccomponents produced by the build.voidlibraries(Action<? super NamedDomainObjectContainer<? super NativeLibrarySpec>> action) Deprecated.Configure theNativeLibrarySpeccomponents produced by the build.
-
Method Details
-
getExecutables
NamedDomainObjectContainer<NativeExecutableSpec> getExecutables()Deprecated.TheNativeExecutableSpeccomponents produced by the build.- Since:
- 2.2
-
executables
-
getLibraries
NamedDomainObjectContainer<NativeLibrarySpec> getLibraries()Deprecated.TheNativeLibrarySpeccomponents produced by the build.- Since:
- 2.2
-
libraries
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.