Immutable Km Version Requirement
Immutable representation of KmVersionRequirement.
Represents a version requirement on a Kotlin declaration.
Version requirement is an internal feature of the Kotlin compiler and the standard Kotlin library, enabled for example with the internal kotlin.internal.RequireKotlin annotation.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(kind: KmVersionRequirementVersionKind, level: KmVersionRequirementLevel, errorCode: Int?, message: String?, version: KmVersion): ImmutableKmVersionRequirement
Content copied to clipboard
equals
Link copied to clipboard
visit
Link copied to clipboard
visitVersion
Link copied to clipboard
Properties
delegate
Link copied to clipboard
errorCode
Link copied to clipboard
kind
Link copied to clipboard
Kind of the version that this declaration requires.
level
Link copied to clipboard
Level of the diagnostic that must be reported on the usages of the declaration in case the version requirement is not satisfied.
message
Link copied to clipboard