1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-26 06:43:09 +03:00
Files
okhttp/samples/unixdomainsockets/build.gradle
2019-03-17 00:16:26 -04:00

6 lines
132 B
Groovy

dependencies {
implementation project(':okhttp')
implementation project(':mockwebserver')
implementation deps.jnrUnixsocket
}