Kapt: support property $annotations methods for JVM IR

`is PropertyDescriptor` check doesn't work for JVM IR where descriptor
is created on-the-fly and is an `IrBasedSimpleFunctionDescriptor`.

 #KT-49682
This commit is contained in:
Alexander Udalov
2021-12-21 01:48:43 +01:00
parent 25edf64daf
commit 07d3e3a5bd
14 changed files with 756 additions and 13 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JVM_IR
@Target(AnnotationTarget.FIELD)
annotation class FieldAnno