summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/KotlinJavaScriptInternalFromSpecialRelatedModule/module2/module2.iml
blob: 3535f0fb297e8351b69ac6dbe5963e0aeed03264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
  <component name="NewModuleRootManager">
    <output-test url="file://$MODULE_DIR$/../out/" />
    <exclude-output />
    <content url="file://$MODULE_DIR$">
      <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
    </content>
    <orderEntry type="jdk" jdkName="IDEA_JDK" jdkType="JavaSDK" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="module" module-name="module1" />
    <orderEntry type="library" name="KotlinRuntime" level="project" />
  </component>
  <component name="TestModuleProperties" production-module="module1" />
</module>