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 ec8d036 commit 2761228Copy full SHA for 2761228
README.md
@@ -55,6 +55,7 @@ Configure compilation
55
56
// pass your own instance of a compiler plugin
57
compilerPlugins = listOf(MyComponentRegistrar())
58
+ commandlineProcessors = listOf(MyCommandlineProcessor())
59
60
inheritClassPath = true
61
messageOutputStream = System.out // see diagnostics in real time
0 commit comments