Generate container class for repeatable annotations

#KT-12794
This commit is contained in:
Alexander Udalov
2021-07-20 23:02:38 +02:00
parent 87130edfa2
commit 92a73d7636
21 changed files with 652 additions and 42 deletions
@@ -46,6 +46,8 @@ object JvmAbi {
const val IMPL_SUFFIX_FOR_INLINE_CLASS_MEMBERS = "-impl"
const val REPEATABLE_ANNOTATION_CONTAINER_NAME = "Container"
/**
* @param baseName JVM name of the property getter since Kotlin 1.4, or Kotlin name of the property otherwise.
*/