Home
last modified time | relevance | path

Searched refs:defaultProcessors (Results 1 – 1 of 1) sorted by relevance

/external/dagger2/java/dagger/hilt/android/testing/compile/
DHiltCompilerTests.java51 defaultProcessors().stream() in compiler()
62 compilation.setAnnotationProcessors(defaultProcessors()); in kotlinCompiler()
72 private static ImmutableList<Processor> defaultProcessors() { in defaultProcessors() method in HiltCompilerTests