chenenyu/Router

注解处理器生成类正常,AptHub路由表为空,RouterTransform没有找到AptHub

caihuanjian opened this issue · 4 comments

在编译日志有看到router: register target file not found.

在编译日志有看到router: register target file not found.

项目里apply了很多plugin,把router这个插件放到apply plugin: 'com.android.application' 下边就可以了,apply router放到最后就不行,why。。。

可能被别的插件影响到了,你现在都apply了哪些插件?

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'com.google.firebase.firebase-perf'
apply plugin: 'io.fabric'
apply plugin: 'bugly'
apply plugin: 'com.huawei.agconnect'

用的是什么版本的