- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 450 for kotlin (0.31 seconds)
-
README.md
then apps are responsible for calling `OkHttp.initialize(applicationContext)` in `Application.onCreate`. OkHttp depends on [Okio][okio] for high-performance I/O and the [Kotlin standard library][kotlin]. Both are small libraries with strong backward-compatibility. We highly recommend you keep OkHttp up-to-date. As with auto-updating web browsers, staying current
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Oct 30 21:39:59 GMT 2025 - 9.5K bytes - Click Count (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild/cleanup/Cleanup.kt
delete { delete(transformDir) } } } } private val scriptCacheDirNames = // TODO Remove gradle-kotlin-dsl* after a while listOf("scripts", "scripts-remapped", "gradle-kotlin-dsl", "gradle-kotlin-dsl-accessors", "kotlin-dsl") private fun scriptsCacheDirsUnder(cacheDir: File) = scriptCacheDirNames .map { File(cacheDir, it) }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jun 28 08:29:28 GMT 2024 - 4.4K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslRuntimeGeneratedSources.java
import org.gradle.internal.classloader.ClasspathUtil; import org.gradle.kotlin.dsl.provider.KotlinScriptClassPathProvider; import javax.inject.Inject; import java.io.File; import static com.google.common.collect.Iterables.getOnlyElement; import static java.util.stream.Collectors.toList; /** * Extracts Kotlin DSL runtime generated sources. *
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Sun Mar 19 17:15:23 GMT 2023 - 3.9K bytes - Click Count (0) -
docs/features/https.md
=== ":material-language-kotlin: Kotlin" ```kotlin private val client = OkHttpClient.Builder() .certificatePinner( CertificatePinner.Builder()Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:01:42 GMT 2026 - 10.5K bytes - Click Count (0) -
mockwebserver/build.gradle.kts
testImplementation(libs.kotlin.test.junit) testImplementation(libs.assertk) } kotlin { explicitApi()
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 591 bytes - Click Count (0) -
build-logic-commons/gradle-plugin/build.gradle.kts
implementation(buildLibs.nullawayPlugin) implementation("org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:$expectedKotlinDslPluginsVersion") implementation(buildLibs.kgp) implementation(buildLibs.testRetryPlugin) implementation(buildLibs.detektPlugin)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 768 bytes - Click Count (0) -
build-logic/src/main/kotlin/okhttp.publish-conventions.gradle.kts
import com.vanniktech.maven.publish.KotlinJvm import com.vanniktech.maven.publish.KotlinMultiplatform import com.vanniktech.maven.publish.MavenPublishBaseExtension import kotlinx.validation.ApiValidationExtension import kotlinx.validation.KotlinApiBuildTask import kotlinx.validation.KotlinApiCompareTask plugins { id("com.vanniktech.maven.publish.base") id("binary-compatibility-validator") } configure<MavenPublishBaseExtension> {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:00:38 GMT 2026 - 2.6K bytes - Click Count (0) -
build-logic/src/main/kotlin/okhttp.jvm-conventions.gradle.kts
import org.jetbrains.kotlin.gradle.dsl.JvmTarget import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import tapmoc.TapmocExtension import tapmoc.configureKotlinCompatibility plugins { id("okhttp.base-conventions") id("com.gradleup.tapmoc") } val libs = extensions.getByType<VersionCatalogsExtension>().named("libs") fun library(alias: String) = libs.findLibrary(alias).get().get().let {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) -
.teamcity/subprojects.json
"functionalTests": true, "crossVersionTests": false }, { "name": "kotlin-dsl", "path": "platforms/core-configuration/kotlin-dsl", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "kotlin-dsl-integ-tests", "path": "platforms/core-configuration/kotlin-dsl-integ-tests", "unitTests": false, "functionalTests": true,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts
project.plugins.withType<JavaLibraryPlugin> { // Kotlin-only projects do not hit this, so they don't have nullaway attributes on the outgoing variants. // Java project can in turn depend on Kotlin projects even if they have nullaway enabled.Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:47:14 GMT 2026 - 8.7K bytes - Click Count (0)