We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd769c commit b921a3eCopy full SHA for b921a3e
README.md
@@ -52,6 +52,9 @@ Configure compilation
52
53
// pass your own instance of an annotation processor
54
annotationProcessors = listOf(MyAnnotationProcessor())
55
+
56
+ // pass your own instance of a compiler plugin
57
+ compilerPlugins = listOf(MyComponentRegistrar())
58
59
inheritClassPath = true
60
messageOutputStream = System.out // see diagnostics in real time
0 commit comments