-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add support for new Dagger Kotlin features #185
Comments
I just run recently to the point one - added methods in the component builder for object modules. |
Care to give some implementation hints where to start? I'd try and pick this one up. |
Both will be changes to |
In my experience of this, you can get the Kotlin code to work with dagger-reflect by adding @JvmStatic to the @provides functions in the companion object. Whether this solves ALL aspects is still unclear since I never got to the stage where things actually run, but at least it appears to do the right thing when examine the results in the debugger. |
The text was updated successfully, but these errors were encountered: