diff --git a/libraries/tools/binary-compatibility-validator/reference-public-api/kotlin-runtime.txt b/libraries/tools/binary-compatibility-validator/reference-public-api/kotlin-runtime.txt index c1441472a76..d897578483f 100644 --- a/libraries/tools/binary-compatibility-validator/reference-public-api/kotlin-runtime.txt +++ b/libraries/tools/binary-compatibility-validator/reference-public-api/kotlin-runtime.txt @@ -1251,17 +1251,3 @@ public final class kotlin/reflect/KVisibility : java/lang/Enum { public static fun values ()[Lkotlin/reflect/KVisibility; } -public abstract interface annotation class org/jetbrains/annotations/Mutable : java/lang/annotation/Annotation { -} - -public abstract interface annotation class org/jetbrains/annotations/NotNull : java/lang/annotation/Annotation { - public abstract fun value ()Ljava/lang/String; -} - -public abstract interface annotation class org/jetbrains/annotations/Nullable : java/lang/annotation/Annotation { - public abstract fun value ()Ljava/lang/String; -} - -public abstract interface annotation class org/jetbrains/annotations/ReadOnly : java/lang/annotation/Annotation { -} - diff --git a/libraries/tools/runtime/pom.xml b/libraries/tools/runtime/pom.xml index fe26c11697c..3cc9a85f05a 100644 --- a/libraries/tools/runtime/pom.xml +++ b/libraries/tools/runtime/pom.xml @@ -15,6 +15,14 @@ kotlin-runtime jar + + + org.jetbrains + annotations + 13.0 + + + target/copied-sources @@ -42,7 +50,9 @@ - + + +