Skip to content

Commit

Permalink
Fix Add support for -Xcontext-receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviernotteghem committed Aug 2, 2024
1 parent c7fec0c commit 780cfd0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/starlark/core/options/opts.kotlinc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ _KOPTS_ALL = {
value_to_flag = {
True: ["-Xcontext-receivers"],
},
"x_allow_unstable_dependencies": struct(
args = dict(
default = False,
doc = "Suppress errors when testing experimental libraries"),
type = attr.bool,
value_to_flag = {
True: ["-Xallow-unstable-dependencies"]
}
),
"x_allow_unstable_dependencies": struct(
args = dict(
Expand Down

0 comments on commit 780cfd0

Please sign in to comment.