报错
java: Workaround: to make project compile with the current annotation processor implementation, start JPS with VM option: -Djps.track.ap.dependencies=false When run from IDE, the option can be set in “Compiler Settings | build process VM options”
解决
Compiler Settings | build process VM options 中增加 -Djps.track.ap.dependencies=false