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
visitVersion
Link copied to clipboard