Ensured all missing Kolin compiler arguments are handled
This commit is contained in:
parent
b4c8952538
commit
1623b902f9
7 changed files with 197 additions and 33 deletions
23
src/test/resources/kotlinc-args.txt
Normal file
23
src/test/resources/kotlinc-args.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
@
|
||||
-classpath
|
||||
-d
|
||||
-expression
|
||||
-include-runtime
|
||||
-J
|
||||
-java-parameters
|
||||
-jdk-home
|
||||
-jvm-target
|
||||
-kotlin-home
|
||||
-module-name
|
||||
-no-jdk
|
||||
-no-reflect
|
||||
-no-stdlib
|
||||
-nowarn
|
||||
-opt-in
|
||||
-P
|
||||
-progressive
|
||||
-script
|
||||
-script-templates
|
||||
-verbose
|
||||
-Werror
|
||||
-X
|
Loading…
Add table
Add a link
Reference in a new issue