-
Notifications
You must be signed in to change notification settings - Fork 82
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
generateDaggerFactories doesn't seem to work on windows (?) #75
Labels
Comments
The problem is the language level and the |
How, not targeting java 8 in the sample? Because I do target it in the real project |
I think you need to add the dependency |
Yep, adding that fixes both the repro and the real project. Wondering who puts it on the classpath in your project |
vRallev
added a commit
that referenced
this issue
Aug 29, 2020
vRallev
added
the
dagger factory
Happens when generateDaggerFactories is set to true
label
Aug 30, 2020
vRallev
added a commit
that referenced
this issue
Aug 31, 2020
vRallev
added a commit
that referenced
this issue
Aug 31, 2020
…. The @generated annotation changed between different JDK versions and might not always be present. Avoid the hassle of resolving the annotation and simply use a comment. Fixes #75
vRallev
added a commit
that referenced
this issue
Aug 31, 2020
…. The @generated annotation changed between different JDK versions and might not always be present. Avoid the hassle of resolving the annotation and simply use a comment. Fixes #75
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
https://github.com/ursusursus/AnvilRepro
:base contains the flag, and has removed the dagger compiler, and kapt altogether
dagger compiler and kapt is still present in :app
I think this is the correct usage, and therefore a bug in the library
In my real project I kept getting
on a similar setup
The text was updated successfully, but these errors were encountered: