Skip to content

Commit 780cfd0

Browse files
Fix Add support for -Xcontext-receivers
1 parent c7fec0c commit 780cfd0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/starlark/core/options/opts.kotlinc.bzl

-8
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ _KOPTS_ALL = {
7676
value_to_flag = {
7777
True: ["-Xcontext-receivers"],
7878
},
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-
}
8779
),
8880
"x_allow_unstable_dependencies": struct(
8981
args = dict(

0 commit comments

Comments
 (0)