Skip to content
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

Using generated apt java code from Kotlin code? #605

Closed
eggman87 opened this issue Mar 20, 2018 · 1 comment
Closed

Using generated apt java code from Kotlin code? #605

eggman87 opened this issue Mar 20, 2018 · 1 comment

Comments

@eggman87
Copy link

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?

@eggman87
Copy link
Author

Bad question. This is due to okbuck not supporting kapt as noted in 400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant