1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00
Files
okhttp/samples/simple-client/build.gradle
2019-03-17 00:16:26 -04:00

5 lines
81 B
Groovy

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