Hello, I'm working on project that parses kotlin source file and records char index of symbols and their metadata into file. I'm currently using kotlin compiler to do so, but its learning curve is quite steep. After more researching there seems to be multiple alternatives such as ksp. Is it good idea to switch to other library? if not, can someone suggest me documentation for it?
For now, I have trouble getting JVM descriptor from
KtLambdaExpression
and
KtNamedFunction
, I've obtained instance of
FunctionDescriptorResolver
, but I don't see a way to get instance of
LexicalScope