Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Stage1BlocksAccessorClassPathGenerator (0.35 sec)

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

            fileCollectionFactory: FileCollectionFactory,
            executionEngine: ExecutionEngine,
            inputFingerprinter: InputFingerprinter,
            workspaceProvider: KotlinDslWorkspaceProvider
        ) = Stage1BlocksAccessorClassPathGenerator(
            classLoaderHierarchyHasher,
            fileCollectionFactory,
            executionEngine,
            inputFingerprinter,
            workspaceProvider
        )
    
        @Provides
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/Stage1BlocksAccessorClassPath.kt

     *
     * Generates accessors for:
     * - dependency version catalogs found in this build,
     * - plugin spec builders for all plugin ids found in the `buildSrc` classpath.
     */
    class Stage1BlocksAccessorClassPathGenerator @Inject internal constructor(
        private val classLoaderHierarchyHasher: ClassLoaderHierarchyHasher,
        private val fileCollectionFactory: FileCollectionFactory,
        private val executionEngine: ExecutionEngine,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 23 18:58:57 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top