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:
parent
9510d49377
commit
1d549907f8
4 changed files with 58 additions and 20 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue