Skip to content

Commit d99a302

Browse files
TWiStErRobDagger Team
authored andcommitted
Update Dagger compiler options doc for useBindingGraphFix.
Reflects that `dagger.useBindingGraphFix` is now enabled by default in v2.58 and the flag is used to disable it. Closes #5110 PiperOrigin-RevId: 878128344
1 parent 20544c2 commit d99a302

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

dev-guide/compiler-options.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ redirect_from:
1010
In v2.55, Dagger introduced a rewrite of its core binding graph creation logic
1111
that fixes many subtle bugs that have plague the previous version. However,
1212
these fixes also come with a behavior change (see details below), so we've
13-
introduced a flag to ease the migration to the new behavior. To enable the
14-
fixes, pass the following compiler option:
13+
introduced a flag to ease the migration to the new behavior. This was enabled
14+
by default in v2.58. To disable the fixes, pass the following compiler option:
1515

16-
`-Adagger.useBindingGraphFix=ENABLED`.
16+
`-Adagger.useBindingGraphFix=disabled`
1717

18-
In a future release, we will enable this flag by default, and remove the flag
19-
entirely once users have had a chance to migrate.
18+
In a future release, we will remove this flag entirely once users have had a
19+
chance to migrate.
2020

2121
### Background
2222

0 commit comments

Comments
 (0)