Run configurations with module path for Java 9 named modules (KT-19886)

#KT-19886 Fixed

(cherry picked from commit 1e12828)
This commit is contained in:
Nikolay Krasko
2017-09-27 18:32:34 +03:00
parent 166682937f
commit 4cdd4c04a3
8 changed files with 67 additions and 9 deletions
@@ -0,0 +1,4 @@
package some
fun main(args: Array<String>) {
}