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

Update doc

This commit is contained in:
Cedric Beust 2017-03-04 07:53:32 -08:00
parent 484de706c4
commit a22b781730
2 changed files with 18 additions and 11 deletions

View file

@ -168,7 +168,7 @@ val jcommander = project {
<h2 class="section" id="status">Status</h2>
<p>
Kobalt is currently in Beta but already used in several projects. Here are links to a few build files you can inspect to get a feel for what Kobalt enables:
Here are links to a few build files you can inspect to get a feel for what Kobalt enables:
</p>
<ul>
@ -176,6 +176,7 @@ Kobalt is currently in Beta but already used in several projects. Here are links
<li><a href="https://github.com/cbeust/testng/blob/master/kobalt/src/Build.kt">TestNG</a> (this build file shows an example of adding a custom task in the build itself).</li>
<li><a href="https://github.com/cbeust/klaxon/blob/master/kobalt/src/Build.kt">Klaxon</a></li>
<li><a href="https://github.com/cbeust/kobalt-android">u2020 (Android show case application)</a></li>
<li><a href="https://github.com/cbeust/ktor/blob/kobalt/kobalt/src/Build.kt">Ktor</a></li>
<li>... and of course, <a href="https://github.com/cbeust/kobalt/blob/master/kobalt/src/Build.kt">Kobalt itself</a> (this build file demonstrates multi projects and project dependencies).</li>
</ul>