1 Star 5 Fork 2

CHINASOFT_OHOS/okhttp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
rootProject.name = 'okhttp-parent'
include ':mockwebserver'
if (properties.containsKey('android.injected.invoked.from.ide') ||
System.getenv('ANDROID_SDK_ROOT') != null) {
// Currently incompatible with Intellij, use with Android Studio and from CLI with explicit flag
include ':android-test'
}
include ':okcurl'
include ':okhttp'
include ':okhttp-bom'
include ':okhttp-brotli'
include ':okhttp-dnsoverhttps'
include ':okhttp-hpacktests'
include ':okhttp-logging-interceptor'
include ':okhttp-sse'
include ':okhttp-testing-support'
include ':okhttp-tls'
include ':okhttp-urlconnection'
include ':samples:compare'
include ':samples:crawler'
include ':samples:guide'
include ':samples:simple-client'
include ':samples:slack'
include ':samples:static-server'
include ':samples:unixdomainsockets'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chinasoft_ohos/okhttp.git
git@gitee.com:chinasoft_ohos/okhttp.git
chinasoft_ohos
okhttp
okhttp
parent-4.9.1

搜索帮助