mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
10 lines
289 B
Groovy
10 lines
289 B
Groovy
dependencies {
|
|
testImplementation deps.okio
|
|
testImplementation deps.moshi
|
|
testImplementation project(':okhttp')
|
|
testImplementation project(':okhttp-testing-support')
|
|
testImplementation project(':mockwebserver')
|
|
testImplementation deps.junit
|
|
testImplementation deps.assertj
|
|
}
|