[Gradle, JS] Deprecate only deprecated properties in compiler arguments copy
This commit is contained in:
committed by
Space Team
parent
d02be30e3b
commit
12cd9c4530
@@ -1,4 +1,4 @@
|
||||
@file:Suppress("unused", "DuplicatedCode", "DEPRECATION")
|
||||
@file:Suppress("unused", "DuplicatedCode")
|
||||
|
||||
// DO NOT EDIT MANUALLY!
|
||||
// Generated by generators/tests/org/jetbrains/kotlin/generators/arguments/GenerateCompilerArgumentsCopy.kt
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@file:Suppress("unused", "DuplicatedCode", "DEPRECATION")
|
||||
@file:Suppress("unused", "DuplicatedCode")
|
||||
|
||||
// DO NOT EDIT MANUALLY!
|
||||
// Generated by generators/tests/org/jetbrains/kotlin/generators/arguments/GenerateCompilerArgumentsCopy.kt
|
||||
|
||||
Reference in New Issue
Block a user