Report error if Java 9 module "kotlin.stdlib" is not found in the graph

Use "-Xallow-kotlin-package" to suppress this error

 #KT-19176 Fixed
This commit is contained in:
Alexander Udalov
2017-07-25 21:19:04 +03:00
parent f47093dc45
commit fb4bf4e5b8
5 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ where advanced options include:
-Xfriend-modules=<path> Paths to friend modules
-Xfriend-modules-disabled Disable internal declaration export
-Xtyped-arrays Translate primitive arrays to JS typed arrays
-Xallow-kotlin-package Allow compiling code in package 'kotlin'
-Xallow-kotlin-package Allow compiling code in package 'kotlin' and allow not requiring kotlin.stdlib in module-info
-Xcoroutines={enable|warn|error}
Enable coroutines or report warnings or errors on declarations and use sites of 'suspend' modifier
-Xintellij-plugin-root=<path> Path to the kotlin-compiler.jar or directory where IntelliJ configuration files can be found