def androidAnnotationsVersion = "4.5.0"
implementation "org.androidannotations:androidannotations-api:${androidAnnotationsVersion}"
annotationProcessor "org.androidannotations:androidannotations:${androidAnnotationsVersion}"
加上这依赖就报
'_' may not be a valid Java identifier.
什么代码都还没写呢,编译通不过