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

Original commit: 2ccd6d54b7
This commit is contained in:
Alexander Udalov
2015-12-15 18:30:09 +03:00
parent b5ce541bbf
commit bd94993156
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,5 +8,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
<orderEntry type="library" name="kotlin-reflect" level="project" />
</component>
</module>
@@ -10,5 +10,6 @@
<orderEntry type="library" name="idea-full" level="project" />
<orderEntry type="module" module-name="jps-plugin" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
<orderEntry type="library" name="kotlin-reflect" level="project" />
</component>
</module>