Searched refs:defaultProcessors (Results 1 – 1 of 1) sorted by relevance
43 defaultProcessors().stream() in compiler()55 compilation.setAnnotationProcessors(defaultProcessors()); in kotlinCompiler()65 private static ImmutableList<Processor> defaultProcessors() { in defaultProcessors() method in AndroidCompilers