Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for compilationClassPathOf (0.17 seconds)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslRuntimeGeneratedSources.java

            });
        }
    
        private File getKotlinDslExtensionsJar() {
            return getOnlyElement(
                getKotlinScriptClassPathProvider()
                    .compilationClassPathOf(getInputClassLoaderScope())
                    .getAsFiles()
                    .stream()
                    .filter(file -> file.getName().startsWith("gradle-kotlin-dsl-extensions"))
                    .collect(toList())
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Sun Mar 19 17:15:23 GMT 2023
    - 3.9K bytes
    - Click Count (0)
Back to Top