mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Use "-Xno-check-impl" to suppress checking whether the platform declaration implementation has the "impl" modifier. Do not check presence of fake overrides from platform class in the impl class, otherwise there would be a lot of errors about the fact that equals/hashCode/toString are not marked with the "impl" modifier
10 lines
548 B
Plaintext
Vendored
10 lines
548 B
Plaintext
Vendored
Usage: kotlinc-js <options> <source files>
|
|
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
|
|
-Xno-check-impl Do not check presence of 'impl' modifier in multi-platform projects
|
|
|
|
Advanced options are non-standard and may be changed or removed without any notice.
|
|
OK |