Don't export kotlin-reflect form util module and add it explicitly where it's required.

Also, remove kotlin-reflect form container module.

Main goal is get rid of kotlin-reflect.jar from modules what required for minimal compiler.jar which can compile Kotlin only to JS to make it smaller.
This commit is contained in:
Zalim Bashorov
2017-04-13 15:55:30 +03:00
parent 465582c15b
commit 05c3e7e81d
11 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="intellij-core" level="project" />
<orderEntry type="module" module-name="util.runtime" exported="" />
<orderEntry type="library" exported="" name="kotlin-reflect" level="project" />
<orderEntry type="library" name="kotlin-reflect" level="project" />
<orderEntry type="module" module-name="Kotlin" exported="" />
<orderEntry type="library" name="jps-model" level="project" />
<orderEntry type="module" module-name="descriptors" />