kotlin.DeprecationLevel

DeprecationLevel

enum class DeprecationLevel

Contains levels for deprecation levels.

Enum Values

WARNING

Usage of the deprecated element will be marked as a warning-

ERROR

Usage of the deprecated element will be marked as an error.

HIDDEN