问一下 这能在 lib里面用吗?
594238813 opened this issue · 4 comments
594238813 commented
问一下 这能在 lib里面用吗?
594238813 commented
我在lib里 的 applicaiton 初始化
然后 Router.build(url).with(bundle).go(ctx); 这一行 断点也到了 就是没跳转
chenenyu commented
可以的 但是application module必须也配置上依赖
594238813 commented
Router.injectParams(this); //配置在 activity里面了
implementation 'com.chenenyu.router:gradle-plugin:1.6.2'
@route("webView")
断点也到这里了 还是打不开页面 还可能是什么情况
chenenyu commented