[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()