上游 · Kotlin compiler options · Common
This running order controls only the backend of compiler plugins and not the frontend.
-Xdata-flow-based-exhaustiveness
Enables data-flow–based exhaustiveness checks for when expressions.
-Xexplicit-context-arguments
Enables explicit context arguments for context parameters.
This lets you resolve overload ambiguity by passing context arguments at the call site.
-Xklib-ir-inliner
Configure whether intra-module inlining is enabled for Kotlin/Native, Kotlin/JS, and Kotlin/Wasm. By default, it's enabled.
The option supports the following modes:…