JS: add jps build test for Kotlin/Javascript two-module project

This commit is contained in:
Michael Nedzelsky
2015-03-26 17:59:48 +03:00
parent 06aef3164c
commit 563ab47502
6 changed files with 85 additions and 6 deletions
@@ -0,0 +1,13 @@
<?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="jdk" jdkName="IDEA_JDK" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="module2" />
</component>
</module>
@@ -0,0 +1,5 @@
package module2
fun foo() {}
public class Module2Class