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. To do this, the maven-publish plugin must be applied, 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 which do not contain the word test in the name in any 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.