Do not load Java @Repeatable for Kotlin-repeatable annotations

#KT-48131 Fixed
This commit is contained in:
Alexander Udalov
2021-08-06 14:32:17 +02:00
parent 89b3013294
commit f8af127a4e
11 changed files with 131 additions and 19 deletions
@@ -47,6 +47,7 @@ object JvmAbi {
const val IMPL_SUFFIX_FOR_INLINE_CLASS_MEMBERS = "-impl"
const val REPEATABLE_ANNOTATION_CONTAINER_NAME = "Container"
val REPEATABLE_ANNOTATION_CONTAINER_META_ANNOTATION = ClassId.fromString("kotlin/jvm/internal/RepeatableContainer")
/**
* @param baseName JVM name of the property getter since Kotlin 1.4, or Kotlin name of the property otherwise.