Remove 'noStdlib' from Gradle options

^KT-49011 Fixed
This commit is contained in:
Yahor Berdnikau
2022-01-28 15:59:33 +01:00
parent 57c342fec8
commit 52a21a4e1a
5 changed files with 9 additions and 21 deletions
@@ -47,8 +47,6 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
@Argument(value = "-no-jdk", description = "Don't automatically include the Java runtime into the classpath")
var noJdk: Boolean by FreezableVar(false)
@GradleDeprecatedOption(removeAfter = "1.6", level = DeprecationLevel.ERROR)
@GradleOption(DefaultValues.BooleanTrueDefault::class)
@Argument(
value = "-no-stdlib",
description = "Don't automatically include the Kotlin/JVM stdlib and Kotlin reflection into the classpath"