In `KtStringTemplateExpression`, I see only `getTe...
# kontributors
b
In
KtStringTemplateExpression
, I see only
getText()
to get the value, but it's wrapped in quotes. Maybe there is some helper to work with
KtStringTemplateExpression
? i.e. I think just removing first and last quote isn't stable enough (I'm parsing annotation's parameters, so I'm pretty sure they are static values)