Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for futureKotlin (0.05 sec)

  1. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

        val junitPlatformEngine = "org.junit.platform:junit-platform-engine"
        val jzlib = "com.jcraft:jzlib"
        val kotlinCompilerEmbeddable = futureKotlin("compiler-embeddable")
        val kotlinReflect = futureKotlin("reflect")
        val kotlinStdlib = futureKotlin("stdlib")
        val kotlinBuildToolsImpl = futureKotlin("build-tools-impl")
        val kotlinJvmAbiGenEmbeddable = "org.jetbrains.kotlin:jvm-abi-gen-embeddable"
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Dec 19 06:45:52 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  2. build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/tasks/IncubatingApiReportTask.kt

            from(
                project.configurations.detachedConfiguration(
                    project.dependencies.create(project.the<ExternalModulesExtension>().futureKotlin("compiler-embeddable"))
                )
            )
        }
    
        @get:InputFile
        @get:PathSensitive(PathSensitivity.RELATIVE)
        abstract val versionFile: RegularFileProperty
    
        @get:InputFile
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Jun 02 09:57:54 UTC 2025
    - 2.4K bytes
    - Viewed (0)
Back to top