forked from square/dagger
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LazyClassKey
doesn't work when providing a Map<Class<*>, Provider<?>
with a scope
#4254
Comments
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 21, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
copybara-service bot
pushed a commit
that referenced
this issue
Mar 22, 2024
Will support producer in a follow up cl. Fixes #4254 RELNOTES=n/a PiperOrigin-RevId: 612518867
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following doesn't compile with Dagger KSP 2.51:
with the following error:
The above works if one of the following changes are made:
@ClassKey
is used instead of@LazyClassKey
@SomeScope
is not usedThe text was updated successfully, but these errors were encountered: