Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kotlinDslSharedRuntimeClasspath (0.27 sec)

  1. build-logic/packaging/src/main/kotlin/gradlebuild.distributions.gradle.kts

        from(instrumentedSuperTypesMergeTask)
        from(upgradedPropertiesMergeTask)
    }
    
    val kotlinDslSharedRuntime = configurations.dependencyScope("kotlinDslSharedRuntime")
    val kotlinDslSharedRuntimeClasspath = configurations.resolvable("kotlinDslSharedRuntimeClasspath") {
        extendsFrom(kotlinDslSharedRuntime.get())
    }
    dependencies {
        kotlinDslSharedRuntime(platform("gradlebuild:build-platform"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top