Showing
1 changed file
with
6 additions
and
0 deletions
| @@ -17,6 +17,12 @@ android { | @@ -17,6 +17,12 @@ android { | ||
| 17 | consumerProguardFiles "consumer-rules.pro" | 17 | consumerProguardFiles "consumer-rules.pro" |
| 18 | 18 | ||
| 19 | buildConfigField "String", "API_VERSION", "\"${requestVersion}\"" | 19 | buildConfigField "String", "API_VERSION", "\"${requestVersion}\"" |
| 20 | + | ||
| 21 | + javaCompileOptions { | ||
| 22 | + annotationProcessorOptions { | ||
| 23 | + arguments = [AROUTER_MODULE_NAME: project.getName()] | ||
| 24 | + } | ||
| 25 | + } | ||
| 20 | } | 26 | } |
| 21 | 27 | ||
| 22 | buildTypes { | 28 | buildTypes { |
-
Please register or login to post a comment