We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fec0c commit 780cfd0Copy full SHA for 780cfd0
src/main/starlark/core/options/opts.kotlinc.bzl
@@ -76,14 +76,6 @@ _KOPTS_ALL = {
76
value_to_flag = {
77
True: ["-Xcontext-receivers"],
78
},
79
- "x_allow_unstable_dependencies": struct(
80
- args = dict(
81
- default = False,
82
- doc = "Suppress errors when testing experimental libraries"),
83
- type = attr.bool,
84
- value_to_flag = {
85
- True: ["-Xallow-unstable-dependencies"]
86
- }
87
),
88
"x_allow_unstable_dependencies": struct(
89
args = dict(
0 commit comments