Skip to content

Commit 2761228

Browse files
Add CommandlineProcessor example to README
1 parent ec8d036 commit 2761228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Configure compilation
5555

5656
// pass your own instance of a compiler plugin
5757
compilerPlugins = listOf(MyComponentRegistrar())
58+
commandlineProcessors = listOf(MyCommandlineProcessor())
5859

5960
inheritClassPath = true
6061
messageOutputStream = System.out // see diagnostics in real time

0 commit comments

Comments
 (0)