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

Cannot resolve symbol 'AutoBuilder' #1472

Closed
BTLDXX-x opened this issue Mar 14, 2023 · 1 comment
Closed

Cannot resolve symbol 'AutoBuilder' #1472

BTLDXX-x opened this issue Mar 14, 2023 · 1 comment

Comments

@BTLDXX-x
Copy link

hello, i want to use @autobuilder, but it has the error that 'Cannot resolve symbol 'AutoBuilder' '.
in my build.gradle:

dependencies {
    // auto-value
    annotationProcessor 'com.google.auto.value:auto-value:1.10.1'
    compileOnly         "com.google.auto.value:auto-value-annotations:1.6.3"
}

and the .jar file only has these:
企业微信截图_a0ebf357-4e4d-41e8-96e8-8469d233b3dd

how can i do to use AutoBuilder?
thanks for your help.

@BTLDXX-x
Copy link
Author

sorry, i was my fault. the android project should use api instead of compileOnly.

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