[FE] Introduce commonized version of expect/actual compatibility calculator

This is needed to use the same code for those checks between
  both frontends and backend

^KT-58578
This commit is contained in:
Dmitriy Novozhilov
2023-05-11 13:26:33 +03:00
committed by Space Team
parent 2c2f12d9ac
commit b26b649d4e
6 changed files with 646 additions and 8 deletions
+1
View File
@@ -355,6 +355,7 @@ val coreLibProjects by extra {
val projectsWithEnabledContextReceivers by extra {
listOf(
":core:descriptors.jvm",
":compiler:resolution.common",
":compiler:frontend.common",
":compiler:fir:resolve",
":compiler:fir:plugin-utils",