- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for testCompileOnly (0.08 sec)
-
okhttp-logging-interceptor/build.gradle.kts
"Automatic-Module-Name: okhttp3.logging", "Bundle-SymbolicName: com.squareup.okhttp3.logging" ) dependencies { api(projects.okhttp) compileOnly(libs.findbugs.jsr305) testCompileOnly(libs.findbugs.jsr305) testImplementation(libs.junit) testImplementation(projects.mockwebserver3) testImplementation(projects.mockwebserver3Junit5) testImplementation(projects.okhttpTestingSupport)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Jan 04 05:32:07 UTC 2024 - 842 bytes - Viewed (0) -
okhttp-sse/build.gradle.kts
testImplementation(projects.okhttpTestingSupport) testImplementation(projects.mockwebserver3) testImplementation(projects.mockwebserver3Junit5) testImplementation(libs.junit) testCompileOnly(libs.findbugs.jsr305) } mavenPublishing { configure(KotlinJvm(javadocJar = JavadocJar.Empty()))
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Jan 04 05:32:07 UTC 2024 - 754 bytes - Viewed (0) -
okhttp/build.gradle.kts
compileOnly(libs.openjsse) compileOnly(libs.findbugs.jsr305) compileOnly(libs.animalsniffer.annotations) // graal build support compileOnly(libs.nativeImageSvm) testCompileOnly(libs.bouncycastle.bctls) testImplementation(projects.okhttpTestingSupport) testImplementation(libs.assertk) testImplementation(libs.kotlin.test.annotations) testImplementation(libs.kotlin.test.common)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Jan 04 05:32:07 UTC 2024 - 5.6K bytes - Viewed (0)