Ant: Add support for fork-mode

#KT-44293
This commit is contained in:
scaventz
2020-12-04 18:00:54 +08:00
committed by Alexander Udalov
parent ee952db1a2
commit 0110b4e4b4
11 changed files with 190 additions and 3 deletions
@@ -0,0 +1,16 @@
OUT:
Buildfile: [TestData]/build.xml
premain:
[javac] Compiling 1 source file to [Temp]
[jar] Building jar: [Temp]/premain.jar
build:
[kotlinc] Compiling [[TestData]] => [[Temp]/fork.jar]
[kotlinc] -Xms64m
[kotlinc] -Xmx128m
BUILD SUCCESSFUL
Total time: [time]
Return code: 0