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.
E.g. building p2 (see below) failed with `java.lang.AssertionError: File should exist: p2\p1\kobaltBuild\classes` because `p2.directory is != "."` ``` val p1 = project { name = "p1" directory = name } val p2 = project(p1) { name = "p2" directory = name assemble { jar { fatJar = true } } } ``` |
||
---|---|---|
.idea | ||
dist | ||
kobalt | ||
lib | ||
modules | ||
src | ||
.gitignore | ||
.travis.yml | ||
kobalt-incremental-tasks.md | ||
kobalt.iml | ||
kobaltw | ||
kobaltw.bat | ||
LICENSE.txt | ||
README.md | ||
TODO.md |
Kobalt 
Kobalt is a universal build system.
To build it:
./kobaltw assemble
Please see the web site for the full documentation.