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
@@ -14,6 +14,5 @@ package kotlin.jvm
*
* @property value the container annotation class, used to hold repeated entries of the annotation in the JVM bytecode.
*/
@Suppress("NEWER_VERSION_IN_SINCE_KOTLIN")
@SinceKotlin("1.6")
public typealias JvmRepeatable = java.lang.annotation.Repeatable