[CLI] Rename -XdependsOn flag to -Xdepends-on to keep convention

^KT-56209
This commit is contained in:
Dmitriy Novozhilov
2023-02-17 13:32:01 +02:00
committed by Space Team
parent 18752fc1ad
commit 94faa759cb
13 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ where advanced options include:
-Xcommon-sources=<path> Sources of the common module that need to be compiled together with this module in the multi-platform mode.
Should be a subset of sources passed as free arguments
-Xcontext-receivers Enable experimental context receivers
-XdependsOn=<fromModuleName>:<onModuleName>
-Xdepends-on=<fromModuleName>:<onModuleName>
Declares that <fromModuleName> depends on <onModuleName> with dependsOn relation
-Xdisable-default-scripting-plugin
Do not enable scripting plugin by default