- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for prependIndent (0.08 seconds)
-
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 = {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 18K bytes - Click Count (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
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Mar 12 15:56:18 GMT 2025 - 17.8K bytes - Click Count (0)