- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 72 for stdlib (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
doc/README.md
concatenated in sorted order by pathname. Files in the directory matching the glob "*stdlib/*minor" are treated specially. They should be in subdirectories corresponding to standard library package paths, and headings for those package paths will be generated automatically. Files in this repo's `api/next` directory must have corresponding files in `doc/next/*stdlib/*minor`. The files should be in the subdirectory for the package with the new
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Jul 22 17:55:04 GMT 2024 - 3.1K bytes - Click Count (0) -
okhttp-osgi-tests/build.gradle.kts
} test.configure { dependsOn(copyOsgiTestDeployment) } dependencies { osgiTestDeploy(libs.eclipseOsgi) osgiTestDeploy(libs.kotlin.stdlib.osgi) } val testJavaVersion = System.getProperty("test.java.version", "21").toInt() tasks.withType<Test> { onlyIf("Tests require JDK 17") { testJavaVersion >= 17 }Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Aug 01 08:17:18 GMT 2025 - 2.5K bytes - Click Count (0) -
build-logic/gradle.properties
org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.parallel=true
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jan 24 02:52:56 GMT 2024 - 173 bytes - Click Count (0) -
gradle/libs.versions.toml
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "org-jetbrains-kotlin" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "org-jetbrains-kotlin" } kotlin-stdlib-osgi = { module = "org.jetbrains.kotlin:kotlin-osgi-bundle", version.ref = "org-jetbrains-kotlin" }Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 19 22:05:50 GMT 2025 - 8.5K bytes - Click Count (0) -
okhttp/src/jvmMain/java9/module-info.java
@SuppressWarnings("module") module okhttp3 { requires transitive kotlin.stdlib; requires transitive okio; requires java.logging; exports okhttp3; exports okhttp3.internal to okhttp3.logging, okhttp3.sse, okhttp3.java.net.cookiejar, okhttp3.dnsoverhttps, mockwebserver3, okhttp3.mockwebserver, okhttp3.coroutines, okhttp3.tls; exports okhttp3.internal.concurrent to mockwebserver3, okhttp3.mockwebserver;Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 08:30:26 GMT 2025 - 969 bytes - Click Count (0) -
architecture/standards/0008-use-nullaway.md
[`Cast.cast`](https://github.com/gradle/gradle/blob/674b8430b024f03cae24f1e4dd6dbaa78b557dae/platforms/core-runtime/stdlib-java-extensions/src/main/java/org/gradle/internal/Cast.java#L37) and [`Cast.castNullable`](https://github.com/gradle/gradle/blob/674b8430b024f03cae24f1e4dd6dbaa78b557dae/platforms/core-runtime/stdlib-java-extensions/src/main/java/org/gradle/internal/Cast.java#L62).Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 11 10:24:40 GMT 2025 - 4K bytes - Click Count (0) -
okhttp-coroutines/build.gradle.kts
) project.applyJavaModules("okhttp3.coroutines") dependencies { api(projects.okhttp) implementation(libs.kotlinx.coroutines.core) api(libs.squareup.okio) api(libs.kotlin.stdlib) testImplementation(libs.kotlin.test.annotations) testImplementation(libs.kotlin.test.common) testImplementation(libs.kotlin.test.junit) testApi(libs.assertk) testImplementation(projects.okhttpTestingSupport)
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 937 bytes - Click Count (0) -
module-tests/build.gradle.kts
} extraJavaModuleInfo { module("org.jetbrains:annotations", "org.jetbrains.annotations") { exportAllPackages() } module("com.squareup.okio:okio-jvm", "okio") { exportAllPackages() requires("kotlin.stdlib") requires("java.logging") } module("com.squareup.okio:okio", "okio") { exportAllPackages() } } val testJavaVersion = System.getProperty("test.java.version", "21").toInt()Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:45:42 GMT 2025 - 1.6K bytes - Click Count (0) -
build-logic/kotlin-dsl-shared-runtime/build.gradle.kts
} description = "Provides Kotlin DSL code that is shared between build-logic and runtime" dependencies { compileOnly(platform("gradlebuild:build-platform")) compileOnly(kotlin("stdlib")) compileOnly("org.ow2.asm:asm-tree") compileOnly("com.google.code.findbugs:jsr305") compileOnly("org.jspecify:jspecify")
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Mar 12 15:56:18 GMT 2025 - 385 bytes - Click Count (0) -
.teamcity/subprojects.json
"crossVersionTests": false }, { "name": "stdlib-java-extensions", "path": "platforms/core-runtime/stdlib-java-extensions", "unitTests": true, "functionalTests": false, "crossVersionTests": false }, { "name": "stdlib-kotlin-extensions", "path": "platforms/core-configuration/stdlib-kotlin-extensions", "unitTests": true, "functionalTests": false,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 18 18:40:11 GMT 2025 - 37.5K bytes - Click Count (0)