apply from: "$rootDir/gradle/instrumentation-library.gradle" apply plugin: "net.ltgt.nullaway" dependencies { library "com.squareup.okhttp3:okhttp:3.0.0" testImplementation project(':instrumentation:okhttp:okhttp-3.0:testing') }