gradle-apt-plugin
gradle-apt-plugin copied to clipboard
Compile shows 'cannot find symbol'
I use this plugin for a java project to generate jpa meta model, but when compiling, it complains like this:
:ad-core:compileJava
/home/***/ad/core/query/spec/WordInfoPoSpecs.java:18: cannot find symbol
symbol : class WordInfoPo_
location: package ***.ad.core.po
import ***.ad.core.po.WordInfoPo_;
But it does compile success, and I guess these are just warnings.... Do you hava any idea how to get rid of it?