Gavin Ray
11/10/2022, 6:03 PM"-Xuse-k2",
"-Xuse-fir-extended-checkers",
"-Xuse-fir-ic",
"-Xuse-fir-lt",
Gavin Ray
11/10/2022, 6:05 PMval KOTLIN_COMPILER_ARGS = listOf(
"-opt-in=kotlin.RequiresOptIn",
"-opt-in=kotlin.Experimental",
"-Xemit-jvm-type-annotations",
"-Xenhance-type-parameter-types-to-def-not-null",
"-Xjsr305=strict",
"-Xbackend-threads=0",
"-Xtype-enhancement-improvements-strict-mode",
"-Xuse-fast-jar-file-system",
"-Xcontext-receivers",
"-Xextended-compiler-checks",
"-Xenable-incremental-compilation",
"-Xinference-compatibility",
"-Xself-upper-bound-inference",
"-Xunrestricted-builder-inference",
"-Xnew-inference",
"-Xuse-k2",
"-Xuse-fir-extended-checkers",
"-Xuse-fir-ic",
"-Xuse-fir-lt",
"-Xuse-mixed-named-arguments"
)
dmitriy.novozhilov
11/10/2022, 6:22 PMdmitriy.novozhilov
11/10/2022, 6:23 PMGavin Ray
11/10/2022, 7:47 PMGavin Ray
11/10/2022, 7:48 PMuse-mixed-named-arguments
is pretty neat, I don't remember seeing that one until recentlydmitriy.novozhilov
11/10/2022, 7:48 PMGavin Ray
11/10/2022, 7:49 PMGavin Ray
11/10/2022, 7:49 PMAlexey Belkov [JB]
11/11/2022, 6:22 AM