mirror of
https://github.com/square/okhttp.git
synced 2025-11-26 06:43:09 +03:00
6 lines
132 B
Groovy
6 lines
132 B
Groovy
dependencies {
|
|
implementation project(':okhttp')
|
|
implementation project(':mockwebserver')
|
|
implementation deps.jnrUnixsocket
|
|
}
|