KotlinPublicationFormat

Controls which Kotlin Multiplatform publication format is used.

See KotlinPublishing.publicationFormat for more details.

Since

2.5.0

Entries

Link copied to clipboard

Publish js, wasm and native platforms as a single artifact alongside with metadata in the root component of publication. Don't create sub-publications for such platforms.

Link copied to clipboard

Publish all platforms as sub-publications, only metadata is published in the root component.

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.