453d871b25
Review: https://jetbrains.team/p/kt/reviews/13244 Motivation: Performance. When I fix KT-59887 in later commits, I will make actual-to-expect resolve to work not only for actual declarations. Considering that LLFirExpectActualMatcherLazyResolver worked even for non-KMP projects that might be a potential performance regression FirExpectActualMatcherProcessor in the compiler does the same thing (it checks for MultiPlatformProjects before running the transformer)