google/auto

Cannot resolve symbol 'AutoBuilder'

BTLDXX-x opened this issue · 1 comments

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.

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