Add support for gradle option useFir and appropriate property...

`kotlin.useFir`
This commit is contained in:
Ilya Chernikov
2021-03-22 12:52:06 +01:00
parent 3400911d97
commit a11f6d2e50
8 changed files with 52 additions and 2 deletions
@@ -304,6 +304,7 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
)
var checkStickyPhaseConditions: Boolean by FreezableVar(false)
@GradleOption(DefaultValues.BooleanFalseDefault::class)
@Argument(
value = "-Xuse-fir",
description = "Compile using Front-end IR. Warning: this feature is far from being production-ready"