第一步:在项目(Project中)的build文件中依赖:
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'//配置EventBu
第二步:在modulue中的build的文件中依赖
implementation 'org.greenrobot:eventbus:3.1.1' annotationProcessor 'org.greenrobot:eventbus-annotation-processor:3.1.1'