[KMP] Remove experimental from -Xmulti-platform flag

#KT-61686
This commit is contained in:
Stanislav Erokhin
2023-09-22 12:59:33 +02:00
committed by Space Team
parent e5aa737eaf
commit 0cfa721585
3 changed files with 3 additions and 3 deletions
@@ -196,7 +196,7 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
field = value
}
@Argument(value = "-Xmulti-platform", description = "Enable experimental language support for multi-platform projects")
@Argument(value = "-Xmulti-platform", description = "Enable language support for multi-platform projects")
var multiPlatform = false
set(value) {
checkFrozen()
+1 -1
View File
@@ -110,7 +110,7 @@ where advanced options include:
-Xlist-phases List backend phases
-Xmetadata-klib Produce a klib that only contains the declarations metadata
-Xmetadata-version Change metadata version of the generated binary files
-Xmulti-platform Enable experimental language support for multi-platform projects
-Xmulti-platform Enable language support for multi-platform projects
-Xnew-inference Enable new experimental generic type inference algorithm
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects
-Xno-inline Disable method inlining
+1 -1
View File
@@ -201,7 +201,7 @@ where advanced options include:
-Xlist-phases List backend phases
-Xmetadata-klib Produce a klib that only contains the declarations metadata
-Xmetadata-version Change metadata version of the generated binary files
-Xmulti-platform Enable experimental language support for multi-platform projects
-Xmulti-platform Enable language support for multi-platform projects
-Xnew-inference Enable new experimental generic type inference algorithm
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects
-Xno-inline Disable method inlining