上游 · Kotlin compiler options · Common
In the progressive mode, deprecations and bug fixes for unstable code take effect immediately, instead of going through a graceful migration cycle. Code written in the progressive mode is backwards compatible; however, code written in a non-progressive mode may cause compilation errors in the progressive mode.
-script
Evaluate a Kotlin script file. When called with this option, the compiler executes the first Kotlin script ( *.kts ) file among the given arguments.
-verbose
Enable verbose logging output which includes details of the compilation process.…