You need to sign in or sign up before continuing.
张波

更新代码

... ... @@ -17,6 +17,12 @@ android {
consumerProguardFiles "consumer-rules.pro"
buildConfigField "String", "API_VERSION", "\"${requestVersion}\""
javaCompileOptions {
annotationProcessorOptions {
arguments = [AROUTER_MODULE_NAME: project.getName()]
}
}
}
buildTypes {
... ...