上游 · Kotlin compiler options · Common
-Xallow-returns-result-of
Allows using the returnsResultOf() contract so that the unused return value checker can distinguish between results that can be ignored and meaningful results from higher-order functions.
-Xallow-reified-type-in-catch
Enables support for reified Throwable type parameters in catch clauses of inline functions.
-Xcollection-literals
Enables support for collection literals with brackets syntax [] .
-Xcompiler-plugin-order={plugin.before>plugin.after}…