mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Kobalt is a Kotlin-based build system for the JVM.
Moved files that were originally under com.beust.kobalt.plugin.java package to com.beust.kobalt package so that all plugins can access those classes. Most probably, we should subsequently move these to com.beust.kobalt.api or com.beust.kobalt.common package. |
||
---|---|---|
gradle | ||
kobalt | ||
modules/wrapper | ||
src | ||
.gitignore | ||
.travis.yml | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
kobalt.iml | ||
kobaltw | ||
LICENSE.txt | ||
README.md | ||
TODO |
Kobalt
Kobalt is a universal build system.
To build it:
./kobaltw assemble
Please see the web site for the full documentation.