質問編集履歴
4
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
3
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,9 +8,7 @@
|
|
8
8
|
|
9
9
|
"kotlin": "cd $dir && kotlinc-jvm $fileName -include-runtime -d
|
10
10
|
|
11
|
-
$fileNameWithoutExt.jar
|
11
|
+
$fileNameWithoutExt.jar && java -jar
|
12
|
-
|
13
|
-
&& java -jar
|
14
12
|
|
15
13
|
$fileNameWithoutExt.jar"
|
16
14
|
|
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
"code-runner.executorMap": {
|
8
8
|
|
9
|
-
"kotlin": "cd $dir && kotlinc-jvm
|
9
|
+
"kotlin": "cd $dir && kotlinc-jvm $fileName -include-runtime -d
|
10
10
|
|
11
11
|
$fileNameWithoutExt.jar
|
12
12
|
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
"code-runner.executorMap": {
|
8
8
|
|
9
|
-
"kotlin": "cd $dir && kotlinc-jvm
|
9
|
+
"kotlin": "cd $dir && kotlinc-jvm $fileName -include-runtime -d
|
10
10
|
|
11
11
|
$fileNameWithoutExt.jar
|
12
12
|
|