didi / DRouter

Android Router Framework
Apache License 2.0
745 stars 93 forks source link

dynamic feature模块如何使用? #64

Open koala9013 opened 10 months ago

koala9013 commented 10 months ago

dynamic feature的模块编译出来的是独立的apk,class文件也都并不在主模块下 请教如何使用

版本:io.github.didi:drouter-api:2.4.5 + io.github.didi:drouter-plugin:1.3.5 编译后主模块的app/build/intermediates/transforms/DRouter/debug/xx/com/didi/drouter/loader下有生成的类,但是feature模块注册的类并不在其中。