Introduce -Xintellij-plugin-root, deprecate CompilerJarLocator

This commit is contained in:
Alexander Udalov
2017-04-07 00:09:00 +03:00
parent ce6676baa8
commit 072f87ddab
7 changed files with 25 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ where advanced options include:
-Xplugin=<path> Load plugins from the given classpath
-Xmulti-platform Enable experimental language support for multi-platform projects
-Xno-check-impl Do not check presence of 'impl' modifier in multi-platform projects
-Xintellij-plugin-root=<path> Path to the kotlin-compiler.jar or directory where IntelliJ configuration files can be found
-Xcoroutines={enable|warn|error}
Enable coroutines or report warnings or errors on declarations and use sites of 'suspend' modifier