I'm trying to resolve a return type from a `KtExpr...
# compiler
t
I'm trying to resolve a return type from a
KtExpression
and it seems like I'd need to get
BindingContext
from
.analyze
method first. But I'm missing some dependency with
ResolutionUtils
impl -- is it supposed to be a part of
kotlin-compiler-embeddable
?