-
Notifications
You must be signed in to change notification settings - Fork 118
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
Don't work in with dagger2 written by kotlin #23
Comments
Can you provide an example project? Or the error you are seeing? |
https://github.com/zengzhihao/CNodeClient |
Ah OK now i understand. This comes from the way the plugin works. But basically what is happening is the kotlin generates files are not generates at the time the plugin runs, so it doesn't make the modifications it needs to make. I would suggest opening up another issue for the plugin to support the new transform API. Using the transform API will fix this issue and bring the plugin more inline with official standards. In the new issue please reference this one. |
Kotlin has some problem with AOP. It is a known problem now. And thi plugin can helps. |
I am interested in this, what is needed to make this work? |
Hey - are there any plans to make this compatible with Koltin or will this issue be closed as a no-fix? |
Hi, I find that this don't work when dagger2 written by kotlin. Is it a bug? Or my problems?
The text was updated successfully, but these errors were encountered: