[KMP] Remove experimental from -Xmulti-platform flag
#KT-61686
This commit is contained in:
committed by
Space Team
parent
e5aa737eaf
commit
0cfa721585
+1
-1
@@ -196,7 +196,7 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
|
|||||||
field = value
|
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
|
var multiPlatform = false
|
||||||
set(value) {
|
set(value) {
|
||||||
checkFrozen()
|
checkFrozen()
|
||||||
|
|||||||
+1
-1
@@ -110,7 +110,7 @@ where advanced options include:
|
|||||||
-Xlist-phases List backend phases
|
-Xlist-phases List backend phases
|
||||||
-Xmetadata-klib Produce a klib that only contains the declarations metadata
|
-Xmetadata-klib Produce a klib that only contains the declarations metadata
|
||||||
-Xmetadata-version Change metadata version of the generated binary files
|
-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
|
-Xnew-inference Enable new experimental generic type inference algorithm
|
||||||
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects
|
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects
|
||||||
-Xno-inline Disable method inlining
|
-Xno-inline Disable method inlining
|
||||||
|
|||||||
+1
-1
@@ -201,7 +201,7 @@ where advanced options include:
|
|||||||
-Xlist-phases List backend phases
|
-Xlist-phases List backend phases
|
||||||
-Xmetadata-klib Produce a klib that only contains the declarations metadata
|
-Xmetadata-klib Produce a klib that only contains the declarations metadata
|
||||||
-Xmetadata-version Change metadata version of the generated binary files
|
-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
|
-Xnew-inference Enable new experimental generic type inference algorithm
|
||||||
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects
|
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects
|
||||||
-Xno-inline Disable method inlining
|
-Xno-inline Disable method inlining
|
||||||
|
|||||||
Reference in New Issue
Block a user