api / org.gradle.platform.base / LibrarySpec

LibrarySpec

@Incubating interface LibrarySpec : GeneralComponentSpec

A specification of a org.gradle.platform.base.Library.

Inheritors

JvmLibrarySpec

interface JvmLibrarySpec : LibrarySpec, JvmComponentSpec, PlatformAwareComponentSpec

Definition of a JVM library component that is to be built by Gradle.

NativeLibrarySpec

interface NativeLibrarySpec : LibrarySpec, NativeComponentSpec, TargetedNativeComponent

Definition of a native library component that is to be built by Gradle.