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,5 @@
import module2.Module2Class
fun foo() {
val tmp = Module2Class()
}