Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PluginDependenciesSpec (0.35 sec)

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

    import org.gradle.kotlin.dsl.support.ScriptHandlerScopeInternal
    import org.gradle.kotlin.dsl.support.invalidPluginsCall
    import org.gradle.kotlin.dsl.support.serviceOf
    
    import org.gradle.plugin.use.PluginDependenciesSpec
    
    import kotlin.reflect.KClass
    import kotlin.reflect.KProperty
    
    
    /**
     * Configures the build script classpath for this project.
     */
    fun Project.buildscript(action: ScriptHandlerScope.() -> Unit): Unit =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 09:50:04 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top