Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeKotlin (0.09 sec)

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

            apiClasspath.removeAll(groovyImpl);
            apiClasspath.removeAll(installationBeacon);
            // Remove Kotlin DSL and Kotlin jars
            removeKotlin(apiClasspath);
    
            ImmutableSet.Builder<File> builder = ImmutableSet.builder();
            builder.add(relocatedDepsJar(apiClasspath, RuntimeShadedJarType.API));
            builder.addAll(groovyImpl);
    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