1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00
This commit is contained in:
Cedric Beust 2015-10-03 10:12:16 -07:00
parent 652672ce28
commit 26109b4ad3

View file

@ -123,11 +123,7 @@ I have been a fervent believer that there is nothing that dynamically typed lang
Just a personal thing. After toying with the language for almost four years now, I wanted to take my efforts to the next level and push the language to the limit. So far, the language has held all its promises and then some.
<h2>The path to Kobalt 1.0</h2>
<h2>Next step</h2>
<h2 id="path">The path to Kobalt 1.0</h2>
<p>
Even though Kobalt is currently in Alpha, I'm already using it to build most of my projects. Here are links to a few build files you can inspect to get a feel for what Kobalt enables:
@ -144,7 +140,7 @@ Here are some of the features I'm either working on or planning to (or hoping th
</p>
<ul>
<li>More plug-ins: Android, apt, coverage, etc...</li>
<li>More plug-ins: Android, web, apt, coverage, etc...</li>
<li>Improve existing plug-ins (Java, Kotlin, etc...).</li>
<li>An IDEA plug-in to improve auto completion in the IDE. Since Kobalt build files are Kotlin files, the IDE already does a good job at offering helpful auto completion suggestions, but a thin plug-in on top of the Kotlin mode would allow to reorder these suggestions and put the Directives (Kobalt's functions that you can use in a build file) at the top of the list, making writing build files even easier than it already is. </li>
<li>Support for build flavors and build types. I'd like to adapt what's currently available in the Gradle Android plug-in and make it available across all build types (e.g. debug/release, etc...), which might mean supporting build flavors and types in Kobalt's core itself. </li>
@ -160,11 +156,12 @@ Is your curiosity piqued? Are you interested in writing some cool Kotlin code an
<!-- Table of contents -->
<div class="col-md-3">
<ul class="nav">
<li><a href="#overview">Overview</a>
<li><a href="#design-goals">Design goals</a>
<li><a href="#why-kobalt">Why Kobalt?</a>
</ul>
<ul class="nav">
<li><a href="#overview">Overview</a>
<li><a href="#design-goals">Design goals</a>
<li><a href="#why-kobalt">Why Kobalt?</a>
<li><a href="#path">The path to 1.0</a>
</ul>
</div>
<!-- Bootstrap core JavaScript