BitcodeEmbeddingMode

Deprecated (with error)

Bitcode embedding is not supported anymore. Configuring it has no effect. The corresponding DSL parameters will be removed in Kotlin 2.3

An enum class representing different modes of embedding LLVM IR bitcode in a binary.

Bitcode is used in Apple's platforms to defer part of the compilation process to the device where the application is running. These options allow control over whether bitcode should be included in the binary and how it should be embedded.

Entries

Link copied to clipboard

Don't embed LLVM IR bitcode.

Link copied to clipboard

Embed LLVM IR bitcode as data.

Link copied to clipboard

Embed placeholder LLVM IR data as a marker.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.