- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for MutableMap (0.37 sec)
-
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
if (project.buildRunningOnCi.get() && project.hasProperty("teamcity")) { @Suppress("UNCHECKED_CAST") val teamcity = project.property("teamcity") as MutableMap<String, Any> teamcity["teamcity.build.tempDir"] = "" } } fun Project.isPerformanceProject() = setOf("build-scan-performance", "performance").contains(name)
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:44:41 UTC 2025 - 18.9K bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
} private abstract class BaseSignatureVisitor(private val asmLevel: Int) : SignatureVisitor(asmLevel) { val typeParameters: MutableMap<String, MutableList<TypeSignatureVisitor>> = LinkedHashMap(1) private var currentTypeParameter: String? = null override fun visitFormalTypeParameter(binaryName: String) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 20.2K bytes - Viewed (0)