EXECUTABLE

Represents an executable output type, such as a standalone program.

Properties

Link copied to clipboard
val compilerOutputKind: CompilerOutputKind

The internal representation of the output type used by the Kotlin/Native compiler.

Link copied to clipboard

A human-readable description of the output type, typically shown in logs or error messages, helping developers quickly understand the nature of the binary being generated. For example, "an executable".

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A string used to classify the tasks related to this instance of NativeOutputKind class, typically appended to task names to distinguish between tasks producing different types of binaries. For example, "executable" or "static".

Functions

Link copied to clipboard
open fun availableFor(target: KonanTarget): Boolean

Determines whether this instance of NativeOutputKind is supported for the specified target platform.