Add dependency on intellij-core explicitly

util module doesn't export intellij-core dependency
This commit is contained in:
Pavel V. Talanov
2014-08-21 19:54:59 +04:00
parent d3bf58d761
commit 77416aba5f
5 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" scope="PROVIDED" name="intellij-core" level="project" />
<orderEntry type="library" scope="PROVIDED" name="intellij-core" level="project" />
<orderEntry type="module" module-name="util.runtime" exported="" />
<orderEntry type="module" module-name="Kotlin" exported="" />
<orderEntry type="library" exported="" name="kotlin-runtime" level="project" />