Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for collectSourceFragment (0.13 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/Emitter.kt

        val sourceCode = mutableListOf<String>()
    
        fun collectSourceFragment(source: String) {
            sourceCode.add(format(source))
        }
    
        if (binDir != null) {
            writeAccessorsBytecodeTo(
                binDir,
                className,
                fragments,
                ::collectSourceFragment,
                moduleName,
                useLowPriorityOverloadResolution
            )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:46 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top