1
0
Fork 0
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.
Find a file
Balachandran Sivakumar 8fe1dd10b0 Added a dummy local.properties file
This would allow the default project to build on gradle. At the same
time, since we have this file explicitly listed in .gitignore, this
will never get updated in ay PRs etc. This is just a simpel hack to
have the gradle builds passing.
2015-10-17 15:27:33 -04:00
gradle First commit 2015-10-03 21:38:15 -07:00
kobalt New wrapper. 2015-10-15 21:00:06 -07:00
modules/wrapper Formatting. 2015-10-14 20:53:03 -07:00
src Unused imports. 2015-10-17 12:17:39 -07:00
.gitignore First commit 2015-10-03 21:38:15 -07:00
.travis.yml Don't install in travis (skip ./gradlew assemble). 2015-10-13 01:32:13 -07:00
build.gradle Removing KobaltLogger. 2015-10-14 00:03:55 -07:00
gradlew Permissions 2015-10-05 20:08:50 -07:00
gradlew.bat First commit 2015-10-03 21:38:15 -07:00
kobalt.iml Removing KobaltLogger. 2015-10-14 00:03:55 -07:00
kobaltw Removing KobaltLogger. 2015-10-14 00:03:55 -07:00
LICENSE.txt License. 2015-10-03 21:48:47 -07:00
local.properties Added a dummy local.properties file 2015-10-17 15:27:33 -04:00
README.md Update README. 2015-10-03 21:44:20 -07:00
TODO.md TODO. 2015-10-14 03:59:57 -07:00

Kobalt

Kobalt is a universal build system.

To build it:

./kobaltw assemble

Please see the web site for the full documentation.