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