Hello, I'm using https://github.com/JetBrains/intellij-community/tree/master/uast to parse some kotlin files.
From what I understand detekt relies on this library as well? If not feel free to ignore my question.
My problem is trying to figure out how I can resolve the value of a reference. In my case it's a `KtNameReferenceExpression`which simply points to a string declared in the same file.
BindingContextUtils
seems to provide the functionality I'm after, but I can't figure out how to get a