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
@@ -76,7 +76,7 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
)
var skipMetadataVersionCheck: Boolean by FreezableVar(false)
@Argument(value = "-Xallow-kotlin-package", description = "Allow compiling code in package 'kotlin'")
@Argument(value = "-Xallow-kotlin-package", description = "Allow compiling code in package 'kotlin' and allow not requiring kotlin.stdlib in module-info")
var allowKotlinPackage: Boolean by FreezableVar(false)
@Argument(value = "-Xreport-output-files", description = "Report source to output files mapping")