[kotlin] Extract facet and platform-related classes to kotlin.base.* modules (KTIJ-21699)

GitOrigin-RevId: c2cd56198d67d4a9e28315dd0c115f18d0f1dbd9
This commit is contained in:
Yan Zhulanow
2022-05-09 23:26:58 +09:00
committed by intellij-monorepo-bot
parent 30e1e6e323
commit 12c3ad80e9
150 changed files with 1291 additions and 1018 deletions

View File

@@ -12,6 +12,7 @@
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
<orderEntry type="library" name="kotlinc.kotlin-compiler-fe10" level="project" />
<orderEntry type="library" name="kotlinc.kotlin-jps-common" level="project" />
<orderEntry type="module" module-name="kotlin.base.facet" />
<orderEntry type="module" module-name="kotlin.core" />
<orderEntry type="module" module-name="kotlin.gradle.gradle-java" />
<orderEntry type="module" module-name="intellij.platform.lang" />