Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for collectScriptPluginFilesOf (0.32 sec)

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

     *
     * This needs to be cross-version compatible.
     */
    interface PrecompiledScriptPluginsSupport {
    
        fun enableOn(target: Target): Boolean
    
        fun collectScriptPluginFilesOf(project: Project): List<File>
    
        interface Target {
    
            val project: Project
    
            val jvmTarget: Provider<JavaVersion>
    
            val kotlinSourceDirectorySet: SourceDirectorySet
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top