Modify: 事件总线

This commit is contained in:
Quyunshuo
2020-08-29 14:57:03 +08:00
parent 0d68e2a7c9
commit b30ce8fdf0
12 changed files with 125 additions and 4 deletions

View File

@ -63,7 +63,8 @@ android {
kapt {
arguments {
arg("AROUTER_MODULE_NAME", project.getName())
arg("AROUTER_MODULE_NAME", project.name)
arg("eventBusIndex", "${BuildConfig.applicationId}.eventbus.index.${project.name.replace('Lib_', '')}EventIndex")
}
}
@ -77,4 +78,5 @@ dependencies {
androidTestImplementation AndroidX.TestEspresso
kapt GitHub.GlideCompiler
kapt GitHub.ARouteCompiler
kapt GitHub.EventBusAPT
}