- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for withIndex (0.04 seconds)
-
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!!Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jul 08 07:02:19 GMT 2025 - 13.2K bytes - Click Count (0) -
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) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 03 06:57:08 GMT 2025 - 6.2K bytes - Click Count (1)