- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for withIndex (0.04 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)