Vladimir Tagakov
04/06/2022, 3:42 AMKDoc
for com.google.devtools.ksp.symbol.KSTypeReference#resolve
and it says
Calling [resolve] is expensive and should be avoided if possible.
Does anyone know should I bother about memoizing the result if I plan to call resolve
several times on the same type in different places? Or is it being cached somewhere inside?Ting-Yuan Huang
04/06/2022, 3:45 AMVladimir Tagakov
04/06/2022, 3:46 AM