EXECUTABLE
Represents an executable output type, such as a standalone program.
Properties
Link copied to clipboard
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
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".