We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we are using java annotation processors can we access the generated java classes from a kotlin file and still use okbuck?
I am seeing that any kotlin code I have referencing generated java fails with unresolved reference:
ClassName.kt:14:13: error: unresolved reference: DaggerClassNameComponent DaggerClassNameComponent.builder()
Is this setup not currently supported?
The text was updated successfully, but these errors were encountered:
Bad question. This is due to okbuck not supporting kapt as noted in 400
kapt
Sorry, something went wrong.
No branches or pull requests
If we are using java annotation processors can we access the generated java classes from a kotlin file and still use okbuck?
I am seeing that any kotlin code I have referencing generated java fails with unresolved reference:
Is this setup not currently supported?
The text was updated successfully, but these errors were encountered: