一个基于 Kotlin + Jetpack + Coroutines + Retrofit 封装的网络请求框架
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
dependencies {
implementation 'com.github.leavesCZY:ReactiveHttp:1.1.3'
}更多介绍请看这里:wiki