- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for checkDependencies (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/src/main/kotlin/okhttp.jvm-conventions.gradle.kts
"-Xexpect-actual-classes", ) } } extensions.configure<TapmocExtension> { // Fail the build if any api dependency exposes incompatible Kotlin metadata, Kotlin stdlib, or Java bytecode version. checkDependencies()Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Feb 09 14:40:26 GMT 2026 - 1.4K bytes - Click Count (0) -
build-logic/src/main/kotlin/okhttp.quality-conventions.gradle.kts
jvmSignature(library("codehaus-signature-java18")) { artifact { type = "signature" } } "lintChecks"(library("androidx-lint-gradle")) } configure<com.android.build.api.dsl.Lint> { xmlReport = true checkDependencies = true } configure<com.diffplug.gradle.spotless.SpotlessExtension> { kotlin { target("src/**/*.kt") targetExclude("**/kotlinTemplates/**/*.kt") ktlint() suppressLintsFor {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 2.9K bytes - Click Count (0)