[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
|
||||
}
|
||||
|
||||
@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()
|
||||
|
||||
Reference in New Issue
Block a user