1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 12:07:10 -07:00

Merge pull request #5 from pabl0rg/patch-1

add link to maven heirarchy
This commit is contained in:
Cedric Beust 2015-12-23 22:36:58 +04:00
commit 9bd31cb397

View file

@ -108,7 +108,7 @@ You can now attempt to build your project with Kobalt:
./kobaltw assemble
</pre>
If your project follows a regular build structure (e.g. Maven's hierarchy), this should compile your file and create a .jar file. If not, you will have to make a few edits to your <code>Build.kt</code>.
If your project follows a regular build structure (e.g. <a href="https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html">Maven's hierarchy</a>), this should compile your file and create a .jar file. If not, you will have to make a few edits to your <code>Build.kt</code>.
As of this writing, Kobalt supports Java and Kotlin projects.