Hi, Is there a way in kapt or by other means through Kotlin reflection or <@U0B85AN68> metadata lib ...
r
Hi, Is there a way in kapt or by other means through Kotlin reflection or @Eugenio metadata lib to access the
KDoc
of a class and its functions programmatically? I looked in both APIs and could not find any references to the content about kdoc.
e
Unfortunately that's only available in the sources, so you can only extract that through the full AST
šŸ‘ 1
using retention-annotation-like scopes:
Copy code
āœ… SOURCE
āŒ BINARY
āŒ RUNTIME