- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for withIndex (0.09 sec)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/FixProjectHealthTask.kt
dependenciesToModify: MutableMap<String, MutableList<String>> ) { var currentFilePath: String? = null errorLogFile.useLines { lines -> lines.withIndex().forEach { (index, line) -> val fileMatch = Regex("""> (.+?)/build.gradle.kts""").find(line) if (fileMatch != null) {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Mar 03 06:57:08 UTC 2025 - 6.2K bytes - Viewed (1) -
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/KotlinSourceQueries.kt
// Parameter type check method.parameterTypes .asSequence() // Drop the receiver if present .drop(if (extensionCandidate) 1 else 0) .withIndex() .all { val ktParamType = ktFunction.valueParameters[it.index].typeReference!!Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jul 08 07:02:19 UTC 2025 - 13.2K bytes - Viewed (0)