liujingxing / rxhttp

🔥🔥🔥 Based on OkHttp encapsulation, support Kotlin Coroutines、RxJava2、RxJava3; 30s to get started.
https://juejin.im/post/5ded221a518825125d14a1d4
Apache License 2.0
3.74k stars 457 forks source link

是否支持动态生成代码不同包名 #465

Closed 1Ezreal closed 11 months ago

1Ezreal commented 11 months ago

多模块下 打包成aar 会与主项目动态生成代码的冲突 会默认使用主项目的代码 期望 不同模块可配置生成包名 避免冲突

1Ezreal commented 11 months ago

不好意思 ,没有仔细看demo ,是支持的,牛逼

liujingxing commented 11 months ago

大部分情况下,base module依赖rxhttp-compiler就好

1Ezreal commented 11 months ago

单独作为aar的网络请求库,目前遇到初始化问题,如果主项目初始化了,aar再初始化,会覆盖掉初始化参数,反之亦然