BinariesSource

Type of the source of the binaries to extract ABI declarations from.

Entries

Link copied to clipboard

The binaries are taken from the Maven publications of the project. The maven-publish plugin must be applied and the Maven publications must be created and configured correctly.

Link copied to clipboard

The binaries are taken from the output of the Kotlin compilation task for main and commonMain source sets.

Link copied to clipboard

The binaries are taken from the output of the Kotlin compilation tasks whose names do not contain the word test, regardless of the case.

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.