网络请求 Ktor Client 插件,拦截部分错误转换成中文,提供错误信息Flow用于UI统一展示;
- 添加仓库
allprojects {
repositories {
...
maven { url 'https://raw.githubusercontent.com/D10NGYANG/maven-repo/main/repository'}
}
}- 添加依赖
dependencies {
implementation 'com.github.D10NGYANG:DLHttpUtil:1.1.0'
// ktor核心库
implementation 'io.ktor:ktor-client-core:2.3.12'
}- 混淆
-keep class com.d10ng.http.** {*;}
-dontwarn com.d10ng.http.**