mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
10 lines
558 B
Plaintext
10 lines
558 B
Plaintext
Usage: kotlinc-jvm <options> <source files>
|
|
where advanced options include:
|
|
-Xno-call-assertions Don't generate not-null assertion after each invocation of method returning not-null
|
|
-Xno-param-assertions Don't generate not-null assertions on parameters of methods accessible from Java
|
|
-Xno-optimize Disable optimizations
|
|
-Xno-inline Disable method inlining
|
|
-Xplugin <path> Load plugins from the given classpath
|
|
|
|
Advanced options are non-standard and may be changed or removed without any notice.
|
|
OK |