diff --git a/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/CommonCompilerArguments.kt b/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/CommonCompilerArguments.kt index e22dc451845..7a58df77bcc 100644 --- a/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/CommonCompilerArguments.kt +++ b/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/CommonCompilerArguments.kt @@ -369,7 +369,6 @@ abstract class CommonCompilerArguments : CommonToolArguments() { ) var extendedCompilerChecks: Boolean by FreezableVar(false) - @GradleOption(DefaultValues.BooleanFalseDefault::class) @Argument( value = "-Xbuiltins-from-sources", description = "Compile builtIns from sources"