Interface NativeComponentExtension
Deprecated.
The configuration for native components generated by this build.
-
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. -
executables
Deprecated.Configure theNativeExecutableSpeccomponents produced by the build. -
getLibraries
NamedDomainObjectContainer<NativeLibrarySpec> getLibraries()Deprecated.TheNativeLibrarySpeccomponents produced by the build. -
libraries
Deprecated.Configure theNativeLibrarySpeccomponents produced by the build.
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.