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

Original commit: 563ab47502
This commit is contained in:
Michael Nedzelsky
2015-03-26 17:59:48 +03:00
parent d6c1dc94b5
commit ee825b9cf3
6 changed files with 85 additions and 6 deletions
@@ -0,0 +1,5 @@
import module2.Module2Class
fun foo() {
val tmp = Module2Class()
}