f060604d98
It's very useful for Spring users because KotlinAnnotatedElementsSearcher calls PsiBasedClassResolver::canBeTargetReference rather frequently on a file and the latter function retreives importedFqName for each import in the file that becomes a problem because computing fq-name from PSI is a heavy computation #KT-23380 In Progress