Remove GradleOption from 'includeRuntime' argument
^KT-49011 In Progress
This commit is contained in:
-2
@@ -27,8 +27,6 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
|
||||
)
|
||||
var classpath: String? by NullableStringFreezableVar(null)
|
||||
|
||||
@GradleDeprecatedOption(removeAfter = "1.5", level = DeprecationLevel.ERROR)
|
||||
@GradleOption(DefaultValues.BooleanFalseDefault::class)
|
||||
@Argument(value = "-include-runtime", description = "Include Kotlin runtime into the resulting JAR")
|
||||
var includeRuntime: Boolean by FreezableVar(false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user