[Gradle, JS] Adopt changes about compilerOptions

This commit is contained in:
Ilya Goncharov
2022-09-19 17:29:40 +02:00
committed by teamcity
parent 4eedfe7f58
commit 55731f27a4
15 changed files with 59 additions and 162 deletions
@@ -17,16 +17,7 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
}
@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'
)
@GradleDeprecatedOption(
message = "Use task 'outputFileProperty' to specify location",
message = "Only for legacy backend. For IR backend please use task.destinationDirectory and moduleName",
level = DeprecationLevel.WARNING,
removeAfter = "1.9.0"
)