566640aa6d
ExpectedActualResolver in certain cases needs an ability to create a standalone refiner instance, see the following commits. A direct module dependency (resolution -> frontend) can't be added, the opposite one already exists which leads to a dependency cycle. Both modules depend on core.descriptors module where KotlinTypeRefiner resides. KT-46691