2019-11-21AndroidStudio3.4.2 gra
2019-11-21 本文已影响0人
不问出路
implementation 'com.google.auto.service:auto-service:1.0-rc6'
annotationProcessor 'com.google.auto.service:auto-service:1.0-rc6'
就是auto-service不仅要implementation,还需要annotationProcessor
就这么多,谢谢参考