api / org.gradle.platform.base / Library

Library

@Incubating interface Library : Component

A library that can be linked into or depended on by another software element.

Inheritors

JvmLibrary

interface JvmLibrary : Library

A Library component that runs on the Java Virtual Machine.

NativeLibrary

interface NativeLibrary : Library

A library component that is built by a gradle project.