[Native] Warn on any usage of -repo CLI option
^KT-61098
This commit is contained in:
committed by
Space Team
parent
0b253dc815
commit
b1c9791404
+1
-1
@@ -128,7 +128,7 @@ class K2NativeCompilerArguments : CommonCompilerArguments() {
|
||||
valueDescription = "<path>",
|
||||
description = "Library search path.\n" +
|
||||
"Note: This option is deprecated and will be removed in one of the future releases.\n" +
|
||||
"Please use library paths instead of library names in all compiler options such as '-library'."
|
||||
"Please use library paths instead of library names in all compiler options such as '-library' ('-l')."
|
||||
)
|
||||
var repositories: Array<String>? = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user