Binaries Source
Type of the source of the binaries to extract ABI declarations from.
Entries
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.
The binaries are taken from the output of the Kotlin compilation task for main and commonMain source sets.
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
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.)
Returns an array containing the constants of this enum type, in the order they're declared.