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 709c111 commit 604af65Copy full SHA for 604af65
java/kotlin-extractor/BUILD.bazel
@@ -83,7 +83,7 @@ kt_javac_options(
83
"kotlin.RequiresOptIn",
84
"org.jetbrains.kotlin.ir.symbols.%s" %
85
("IrSymbolInternals" if version_less(v, "2.0.0") else "UnsafeDuringIrConstructionAPI"),
86
- ],
+ ] + ([] if version_less(v, "2.2.20") else ["org.jetbrains.kotlin.DeprecatedForRemovalCompilerApi"]),
87
x_suppress_version_warnings = True,
88
),
89
# * extractor.name is different for each version, so we need to put it in different output dirs
0 commit comments