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

Document buildScript.

This commit is contained in:
Cedric Beust 2017-01-22 09:43:27 -08:00
parent 9510d49377
commit 1d549907f8
4 changed files with 58 additions and 20 deletions

View file

@ -166,7 +166,9 @@ dependencies {
<ul>
<li>Add a plug-in to your build file:
<pre class="brush:java">
val plugins = plugins("com.beust.kobalt:kobalt-line-count:0.17")</pre>
val bs = buildScript {
plugins("com.beust.kobalt:kobalt-line-count:0.17")
}</pre>
</li>
<li>Sync your build file, as explained in the previous section.</li>
<li>You can now import the new symbols and use the new configuration: