mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
Run more platforms in circleci. Auto detect platform in IDE. Surface more platform assumptions in tests.
9 lines
128 B
Groovy
9 lines
128 B
Groovy
dependencies {
|
|
api project(':okhttp')
|
|
api deps.junit
|
|
api deps.assertj
|
|
api deps.conscrypt
|
|
|
|
compileOnly deps.jsr305
|
|
}
|