Join Slack
Powered by
I'm trying to resolve a return type from a `KtExpr...
# compiler
t
Tim Abil
03/10/2022, 4:08 PM
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
?
5
Views
Open in Slack
Previous
Next