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