KotlinVersionKind

enum KotlinVersionKind : Enum<KotlinVersionKind>

The kind of kotlin the version.

Note that if you manually configure an EAP or bootstrap build, this will still be Unchanged unless future version substitution is done.

Entries

Unchanged
Link copied to clipboard
The same version you configured manually.
Eap
Link copied to clipboard
Eap()
A released EAP version.
Bootstrap
Link copied to clipboard
A bootstrap version.

Sources

jvm source
Link copied to clipboard