一个基于 Kotlin + Jetpack + Coroutines + Retrofit 封装的网络请求框架
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.leavesC:ReactiveHttp:1.0.1'
}
更多介绍请看这里:一步步封装实现自己的网络请求框架 3.0
一个基于 Kotlin + Jetpack + Coroutines + Retrofit 封装的网络请求框架
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.leavesC:ReactiveHttp:1.0.1'
}
更多介绍请看这里:一步步封装实现自己的网络请求框架 3.0