FRAMEWORK

Represents a framework output type, used for iOS/macOS applications. For more information see Apple's documentation on Bundles and frameworks.

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 override fun availableFor(target: KonanTarget): Boolean

Frameworks are available only for Apple platforms.