- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for prependIndent (0.46 sec)
-
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
} private fun RichReport.toAssertionMessage(message: String) = if (isEmpty) "$message with an empty report" else "$message\n${toText().prependIndent(" ")}" private fun runKotlinBinaryCompatibilityCheck(v1: String, v2: String, block: CheckResult.() -> Unit = {}): CheckResult = runBinaryCompatibilityCheck( v1 = {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 18K bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiExtensionGeneratorFacade.kt
append("): ") append(returnType.toTypeArgumentString()) appendReproducibleNewLine(" =") appendReproducibleNewLine("`$name`(${parameters.toArgumentsString()})".prependIndent()) appendReproducibleNewLine() }.toString() private fun String.appendOrNull(s: String?) = if (s == null) null else "$this$s" private
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 17.8K bytes - Viewed (0)