Im trying to parse kotlin code and I need to get d...
# compiler
t
Im trying to parse kotlin code and I need to get descriptor of all functions and variables in user-supplied files, but Is using Resolvers such as
LocalVarResolver
or
DescriptorResolver
unsupported? I wasn't able to get instance of
LexicalScope
, or
ExpressionTypingContext