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.
Since Operating System class will be used by all plugins, it was preferable to have it in a top level package accessible by all plugins instead of just the java plugin. This is part of a bug where the Jvm and JavaInfo also needs moving to top level packages. |
||
---|---|---|
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.