Cleanup obsolete RequireKotlin annotations

They were used to prevent older compiler versions from using specific API, but now these versions are even older than the first compiler version (namely 1.6) that can read this stdlib.
This commit is contained in:
Ilya Gorbunov
2022-06-24 07:36:01 +03:00
committed by Space
parent 186beddf5c
commit 059ffe7a9b
9 changed files with 0 additions and 13 deletions
@@ -23,5 +23,4 @@ import kotlin.internal.RequireKotlinVersionKind
@MustBeDocumented
@Target(CLASS, ANNOTATION_CLASS, PROPERTY, FIELD, LOCAL_VARIABLE, VALUE_PARAMETER, CONSTRUCTOR, FUNCTION, PROPERTY_GETTER, PROPERTY_SETTER, TYPEALIAS)
@Retention(AnnotationRetention.BINARY)
@RequireKotlin("1.2.50", versionKind = RequireKotlinVersionKind.COMPILER_VERSION)
public annotation class ExperimentalUnsignedTypes