You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
By full dagger reflection do you mean this?
I can add a flag to a configuration extension which would not add the dagger reflect annotation processor? Would that work?
This adds an option to the delect extension `addReflectAnnotationProcessor`.
This can be disabled in order to use the full reflection approach as outlined
[here](https://github.com/jakewharton/dagger-reflect#full-reflection).
When disabled, the dagger annotation processors are automatically
removed from the build.
Fixes#22
This adds an option to the delect extension `addReflectAnnotationProcessor`.
This can be disabled in order to use the full reflection approach as outlined
[here](https://github.com/jakewharton/dagger-reflect#full-reflection).
When disabled, the dagger annotation processors are automatically
removed from the build.
Fixes#22
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
Your plugin is very useful, but do you plan to support full dagger reflection?
The text was updated successfully, but these errors were encountered: