Package-level declarations

Plugins for building from C++ language sources.

Types

Link copied to clipboard
A plugin that produces a native application from C++ source.
Link copied to clipboard
@NullMarked
abstract class CppBasePlugin : Plugin<Project>
A common base plugin for the C++ executable and library plugins
Link copied to clipboard
@NullMarked
abstract class CppLangPlugin : Plugin<Project>
Adds core C++ language support.
Link copied to clipboard
abstract class CppLibraryPlugin : Plugin<Project>
A plugin that produces a native library from C++ source.
Link copied to clipboard
abstract class CppPlugin : Plugin<Project>
A plugin for projects wishing to build native binary components from C++ sources.