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
+5
View File
@@ -0,0 +1,5 @@
package hello
fun main() {
println(0 as String)
}