Rename -module argument to -Xbuild-file

To prevent confusion with Java 9 module-related arguments

 #KT-18754 Fixed
This commit is contained in:
Alexander Udalov
2017-06-23 20:59:01 +03:00
parent 6200d07808
commit 55468735df
15 changed files with 71 additions and 69 deletions
+1 -2
View File
@@ -7,7 +7,6 @@ where possible options include:
-no-jdk Don't include Java runtime into classpath
-no-stdlib Don't include Kotlin runtime into classpath
-no-reflect Don't include Kotlin reflection implementation into classpath
-module <path> Path to the module file to compile
-script Evaluate the script file
-script-templates <fully qualified class name[,]>
Script definition template classes
@@ -24,4 +23,4 @@ where possible options include:
-version Display compiler version
-verbose Enable verbose logging output
-nowarn Generate no warnings
OK
OK