[JS, IR] Deprecated outputFile

This commit is contained in:
Ilya Goncharov
2022-07-29 16:40:59 +02:00
committed by teamcity
parent 71ab99c47f
commit 8d90173ea5
3 changed files with 6 additions and 1 deletions
@@ -16,6 +16,11 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
@JvmStatic private val serialVersionUID = 0L
}
@GradleDeprecatedOption(
"Only for legacy backend. For IR backend please use task.destinationDirectory and moduleName",
"1.10",
DeprecationLevel.WARNING
)
@GradleOption(
value = DefaultValues.StringNullDefault::class,
gradleInputType = GradleInputTypes.INTERNAL // handled by task 'outputFileProperty'