Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kotlinImplFrom (0.1 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/notations/DependencyClassPathNotationConverter.java

            // Don't inline the Groovy jar as the Groovy “tools locator” searches for it by name
            List<File> groovyImpl = classPathRegistry.getClassPath(LOCAL_GROOVY.name()).getAsFiles();
            List<File> kotlinImpl = kotlinImplFrom(apiClasspath);
            List<File> installationBeacon = classPathRegistry.getClassPath("GRADLE_INSTALLATION_BEACON").getAsFiles();
            apiClasspath.removeAll(groovyImpl);
            apiClasspath.removeAll(installationBeacon);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 18:30:57 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top