KotlinToolingDiagnosticsSeverity

Represents a Kotlin tooling (Kotlin Gradle plugin) diagnotics severity.

Since

2.4.20

Entries

Link copied to clipboard

Used for non-critical misconfigurations with low rate of false-positives.

Link copied to clipboard

Used for critical misconfigurations that need immediate addressing.

Link copied to clipboard

Same display as ERROR but will not fail the compilation.

Link copied to clipboard

Aborts the progress of the current process (Gradle build/Import/...).

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.