Searched refs:defaultProcessors (Results 1 – 1 of 1) sorted by relevance
51 defaultProcessors().stream() in compiler()62 compilation.setAnnotationProcessors(defaultProcessors()); in kotlinCompiler()72 private static ImmutableList<Processor> defaultProcessors() { in defaultProcessors() method in HiltCompilerTests