Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeSourceCodeForPluginSpecBuildersFor (0.43 sec)

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

    import java.io.File
    
    
    /**
     * Writes the source code of accessors to plugin spec builders.
     *
     * This is public in order to be usable by precompiled script plugins support.
     */
    fun writeSourceCodeForPluginSpecBuildersFor(
        pluginDescriptorsClassPath: ClassPath,
        sourceFile: File,
        packageName: String
    ) {
        withSynchronousIO {
            writePluginDependencySpecAccessorsSourceCodeTo(
                sourceFile,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:28 UTC 2023
    - 15.7K bytes
    - Viewed (0)
Back to top