We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f8515 commit 9d7c4a8Copy full SHA for 9d7c4a8
common/src/main/kotlin/component/KotlinEnvironment.kt
@@ -35,7 +35,7 @@ class KotlinEnvironment(
35
"-Xnested-type-aliases",
36
"-Xreport-all-warnings",
37
"-Wextra",
38
- "-XXLanguage:+ExplicitBackingFields",
+ "-Xexplicit-backing-fields",
39
)
40
}
41
0 commit comments