上游 · Kotlin compiler options · Common
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:
disabled : disables intra-module inlining for Kotlin/Native, Kotlin/JS, and Kotlin/Wasm.
full : enables cross-module inlining.
-Xintrinsic-const-evaluation
Enables improved compile-time constants .
-Xname-based-destructuring…