[ObjCExport] Analysis Api: Implement initial support for exporting 'MustBeDocumented' annotations

^KT-64869 Fixed
This commit is contained in:
Sebastian Sellmair
2024-01-11 08:47:27 +01:00
committed by Space Team
parent cdcb3e4dcd
commit 80d9933543
10 changed files with 318 additions and 125 deletions
@@ -0,0 +1,8 @@
@kotlin.annotation.MustBeDocumented
annotation class ImportantAnnotation
@kotlin.annotation.MustBeDocumented
annotation class AnotherImportantAnnotation
@ImportantAnnotation @AnotherImportantAnnotation
interface Foo