No need to explicitly deprecate -Xdisable-fake-override-validator
A warning is produced automagically (cherry picked from commit bc19f73b37567853d52d79574c319c95466e648c)
This commit is contained in:
committed by
Stanislav Erokhin
parent
07db1de4da
commit
47a34dbaaf
-3
@@ -142,9 +142,6 @@ class K2NativeCompilerArguments : CommonCompilerArguments() {
|
||||
)
|
||||
var exportedLibraries: Array<String>? = null
|
||||
|
||||
@Argument(value="-Xdisable-fake-override-validator", description = "This option is deprecated")
|
||||
var disableFakeOverrideValidator: Boolean = false
|
||||
|
||||
@Argument(value="-Xfake-override-validator", description = "Enable IR fake override validator")
|
||||
var fakeOverrideValidator: Boolean = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user