leavesCZY / ReactiveHttp

一个基于 Kotlin + Jetpack + Coroutines + Retrofit 封装的网络请求框架

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactiveHttp

一个基于 Kotlin + Jetpack + Coroutines + Retrofit 封装的网络请求框架

导入依赖

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

dependencies {
    implementation 'com.github.leavesCZY:ReactiveHttp:1.1.3'
}

更多介绍请看这里:wiki

About

一个基于 Kotlin + Jetpack + Coroutines + Retrofit 封装的网络请求框架


Languages

Language:Kotlin 100.0%