api / org.gradle.nativeplatform.toolchain / NativeToolChain

NativeToolChain

@Incubating interface NativeToolChain : ToolChain

A set of compilers and linkers that are used together to construct a native binary.

Inherited Functions

getDisplayName

abstract fun getDisplayName(): String

Returns a human consumable name for this tool chain.

Inheritors

GccCompatibleToolChain

interface GccCompatibleToolChain : NativeToolChain

A ToolChain that can handle additional platforms simply by configuring the NativeBinary.

Swiftc

interface Swiftc : NativeToolChain

The Swift Compiler tool chain.

VisualCpp

interface VisualCpp : NativeToolChain

The Visual C++ tool chain.