Add kotlin-reflect as a separate library

Exclude in core modules, since they do not have kotlin-reflect.jar in
dependencies when are built in build.xml
This commit is contained in:
Alexander Udalov
2015-12-15 18:30:09 +03:00
parent a9476dfe37
commit 2ccd6d54b7
10 changed files with 15 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
<orderEntry type="library" name="kotlin-reflect" level="project" />
<orderEntry type="library" name="asm" level="project" />
<orderEntry type="library" scope="TEST" name="junit-4.12" level="project" />
</component>