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.
19 lines
1.0 KiB
XML
19 lines
1.0 KiB
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" />
|
|
<sourceFolder url="file://$MODULE_DIR$/../../core/container/tests" isTestSource="true" />
|
|
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="kotlin-runtime" level="project" />
|
|
<orderEntry type="library" name="intellij-core" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="junit-4.12" level="project" />
|
|
<orderEntry type="library" exported="" name="javax.inject" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
|
<orderEntry type="module" module-name="util.runtime" />
|
|
</component>
|
|
</module> |