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") { library("OkHttp", "4.9.3") {
group("com.squareup.okhttp3") { group("com.squareup.okhttp3") {
modules = [ imports = [
"logging-interceptor", "okhttp-bom"
"mockwebserver",
"okcurl",
"okhttp",
"okhttp-brotli",
"okhttp-dnsoverhttps",
"okhttp-sse",
"okhttp-tls",
"okhttp-urlconnection"
] ]
} }
} }