Add multi-platform projects as experimental language feature

This commit is contained in:
Alexander Udalov
2016-10-24 17:48:07 +03:00
parent 525e6e53fe
commit 73f872172f
6 changed files with 67 additions and 36 deletions
+1
View File
@@ -3,6 +3,7 @@ where advanced options include:
-Xno-inline Disable method inlining
-Xrepeat <count> Repeat compilation (for performance analysis)
-Xplugin <path> Load plugins from the given classpath
-Xmulti-platform Enable experimental language support for multi-platform projects
Advanced options are non-standard and may be changed or removed without any notice.
OK
+1
View File
@@ -16,6 +16,7 @@ where advanced options include:
-Xno-inline Disable method inlining
-Xrepeat <count> Repeat compilation (for performance analysis)
-Xplugin <path> Load plugins from the given classpath
-Xmulti-platform Enable experimental language support for multi-platform projects
Advanced options are non-standard and may be changed or removed without any notice.
OK