Place DeprecatedSinceKotlin annotation under 1.4 version

This commit is contained in:
Mikhail Zarechenskiy
2020-06-18 10:00:35 +03:00
parent 2f55a3fa0d
commit 5d88058928
7 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public annotation class Deprecated(
*/
@Target(CLASS, FUNCTION, PROPERTY, ANNOTATION_CLASS, CONSTRUCTOR, PROPERTY_SETTER, PROPERTY_GETTER, TYPEALIAS)
@MustBeDocumented
@SinceKotlin("1.3")
@SinceKotlin("1.4")
public annotation class DeprecatedSinceKotlin(
val warningSince: String = "",
val errorSince: String = "",