Support argfiles in kotlin compiler
Using '-Xargfile=path/to/argfile' will substitute that argument with the content of argfile. See KT-24472
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-X"some escaped \" sequence \\"
|
||||
$TESTDATA_DIR$/apiVersion.kt
|
||||
-d
|
||||
$TEMP_DIR$ -api-version 1.0 -language-version 1.1
|
||||
Reference in New Issue
Block a user