api / org.gradle.api.component / BuildableComponent

BuildableComponent

@Incubating interface BuildableComponent : SoftwareComponent

Represents a component that can be built.

Since
4.7

Inheritors

CppBinary

interface CppBinary : ComponentWithObjectFiles, ComponentWithDependencies, BuildableComponent

A binary built from C++ source and linked from the resulting object files.