1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 12:07:10 -07:00

Compiler flag contributor.

This commit is contained in:
Cedric Beust 2015-11-14 06:00:53 -08:00
parent a26047e096
commit 7e9cf4a78c

View file

@ -169,6 +169,10 @@ Some plug-ings produce projects (Java, Kotlin) while others don't (Packaging, Ap
artifacts can be found.
</p>
<h4>Compiler flag contributors (<a href="https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/api/ICompilerFlagContributor.kt"><code>ICompilerFlagContributor</code>)</a></h4>
<p>
Plug-ins can add flags to the compiler by implementing this interface.
</p>
<h2 class="section" id="directives">Directives</h2>
<p>