mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
[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:
committed by
intellij-monorepo-bot
parent
6e26fde738
commit
2717578468
@@ -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="" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user