Package org.gradle.language.nativeplatform
@Incubating
package org.gradle.language.nativeplatform
Model classes for managing language sources.
-
ClassDescriptionRepresents a native component that produces an executable.Represents a native component that produces an application installation.Represents a native component that produces a file to be used at link time.Represents a native component whose link time file and dependencies are published for consumption by some other project.Represents a component that produces outputs that run on a native platform.Represents a component that produces object files.Represents a native component that produces a file to be used at runtime.Represents a native component whose runtime file and dependencies are published for consumption by some other project.Represents a native component that produces a shared library.Represents a component that produces a static library.A source set that depends on one or more
NativeDependencySet
s to be built.A source set that exposes headersA source set that provides resources.