-
Notifications
You must be signed in to change notification settings - Fork 228
Q&A
Half Stack edited this page Jun 20, 2018
·
15 revisions
- 混淆
# Router
-keep class com.chenenyu.router.** {*;}
-keep class * implements com.chenenyu.router.template.** {*;}
-
当项目包含多个module时,每个需要使用Router的module都需要配置依赖(特别是annotationProcessor),包括主app module。
-
其他问题,请加入qq群,截图咨询。