Uncomment new SinceKotlin and remove obsolete warning suppressions

This commit is contained in:
Alexander Udalov
2021-08-02 15:24:53 +02:00
parent 6c400ce864
commit 98be418245
5 changed files with 6 additions and 11 deletions
@@ -106,7 +106,6 @@ public expect annotation class JvmWildcard()
* Adding and removing the annotation is binary incompatible change, since inline classes' methods and functions with inline classes
* in their signature are mangled.
*/
@Suppress("NEWER_VERSION_IN_SINCE_KOTLIN")
@Target(CLASS)
@MustBeDocumented
@SinceKotlin("1.5")
@@ -116,7 +115,6 @@ public expect annotation class JvmInline()
/**
* Instructs compiler to mark the class as a record and generate relevant toString/equals/hashCode methods
*/
@Suppress("NEWER_VERSION_IN_SINCE_KOTLIN")
@Target(CLASS)
@MustBeDocumented
@OptionalExpectation