Searched refs:compilerDepsJar (Results 1 – 2 of 2) sorted by relevance
40 public static File compilerDepsJar() { in compilerDepsJar() method in CompilerTests53 return javac().withClasspath(ImmutableList.of(compilerDepsJar())); in compiler()
59 .add(CompilerTests.compilerDepsJar()) in kotlinCompiler()