05c3e7e81d
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.
17 lines
891 B
XML
17 lines
891 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="daemon-common" scope="PROVIDED" />
|
|
<orderEntry type="module" module-name="util" scope="PROVIDED" />
|
|
<orderEntry type="library" scope="PROVIDED" name="native-platform-uberjar" level="project" />
|
|
<orderEntry type="module" module-name="cli-common" scope="PROVIDED" />
|
|
<orderEntry type="module" module-name="descriptors" scope="PROVIDED" />
|
|
<orderEntry type="library" name="kotlin-reflect" level="project" />
|
|
</component>
|
|
</module> |