Move 'intellij.platform.core' higher than 'kotlinc.kotlin-compiler' in classpath 2

GitOrigin-RevId: 7bb2c3b5dce66115015d53b89fc0db4b26de55f7
This commit is contained in:
Nikita Bobko
2021-04-12 20:29:14 +02:00
committed by intellij-monorepo-bot
parent 608316415e
commit f9a5c10088
27 changed files with 55 additions and 39 deletions

View File

@@ -21,8 +21,8 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
<orderEntry type="library" name="kotlinc.kotlin-scripting-compiler" level="project" />
<orderEntry type="module" module-name="intellij.platform.core" />
<orderEntry type="library" name="kotlinc.kotlin-stdlib-jdk8" level="project" />
<orderEntry type="library" name="kotlinc.kotlin-scripting-common" level="project" />
</component>
</module>