Import OkHttp's bom rather than declaring modules individually

See gh-31027
This commit is contained in:
SOBUE Sho 2022-05-13 20:40:47 +09:00 committed by Andy Wilkinson
parent cf4597d22a
commit 8e2a39bdd5

View File

@ -1355,16 +1355,8 @@ bom {
}
library("OkHttp", "4.9.3") {
group("com.squareup.okhttp3") {
modules = [
"logging-interceptor",
"mockwebserver",
"okcurl",
"okhttp",
"okhttp-brotli",
"okhttp-dnsoverhttps",
"okhttp-sse",
"okhttp-tls",
"okhttp-urlconnection"
imports = [
"okhttp-bom"
]
}
}