File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ public class PathReplaceServiceImpl implements PathReplaceService {
4294295 . Generate router doc
430430``` gradle
431431// Edit build.gradle, add option 'AROUTER_GENERATE_DOC = enable'
432+ // Doc file : build/generated/source/apt/(debug or release)/com/alibaba/android/arouter/docs/arouter-map-of-${moduleName}.json
432433android {
433434 defaultConfig {
434435 ...
Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ public class PathReplaceServiceImpl implements PathReplaceService {
4364365 . 生成路由文档
437437``` gradle
438438// 更新 build.gradle, 添加参数 AROUTER_GENERATE_DOC = enable
439+ // 生成的文档路径 : build/generated/source/apt/(debug or release)/com/alibaba/android/arouter/docs/arouter-map-of-${moduleName}.json
439440android {
440441 defaultConfig {
441442 ...
You can’t perform that action at this time.
0 commit comments