[kotlin] make git-related module compile-only

otherwise, it loads `intellij.git` plugin even if it's not needed

GitOrigin-RevId: 11766cefec36c8b77518ccf17ddf47dbfa900068
This commit is contained in:
Alexander Zolotov
2021-08-30 18:40:31 +03:00
committed by intellij-monorepo-bot
parent 6e26fde738
commit 2717578468
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@
<orderEntry type="module" module-name="kotlin.uast.uast-kotlin-idea" exported="" />
<orderEntry type="module" module-name="kotlin.refIndex" exported="" />
<orderEntry type="module" module-name="kotlin.coverage" exported="" />
<orderEntry type="module" module-name="kotlin.git" exported="" />
<orderEntry type="module" module-name="kotlin.testng" exported="" />
<orderEntry type="module" module-name="kotlin.junit" exported="" />
<orderEntry type="module" module-name="kotlin.grazie" exported="" />

View File

@@ -12,7 +12,7 @@
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
<orderEntry type="module" module-name="kotlin.idea" />
<orderEntry type="module" module-name="kotlin.common" />
<orderEntry type="module" module-name="intellij.vcs.git" />
<orderEntry type="module" module-name="intellij.vcs.git" scope="PROVIDED" />
<orderEntry type="module" module-name="intellij.platform.vcs.core" />
<orderEntry type="module" module-name="intellij.platform.ide" />
</component>