Move kotlin runtime library to end of classpath and remove duplicates with 'util' package

This commit is contained in:
Nikolay Krasko
2015-04-23 16:17:04 +03:00
parent 62a8174072
commit 9d986d077c
10 changed files with 10 additions and 15 deletions
@@ -8,7 +8,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
<orderEntry type="module" module-name="android-compiler-plugin" exported="" />
<orderEntry type="library" exported="" scope="PROVIDED" name="android-plugin" level="project" />
<orderEntry type="library" scope="PROVIDED" name="idea-full" level="project" />
@@ -17,5 +16,6 @@
<orderEntry type="module" module-name="cli" scope="TEST" />
<orderEntry type="module" module-name="light-classes" />
<orderEntry type="module" module-name="idea-completion" scope="TEST" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
</component>
</module>