RxJava+Retrofit Module版本 注意几点: module中的第三方库想要对外暴露引用需要使用api关键字引入【As 3.0以上新版本】 module中如果使用kotlin需要在build.gradle中添加apply plugin: 'kotlin-android'