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

add link to maven heirarchy

I know this would have helped me save some time.  Due to ignorance, etc i was unfamiliar.
This commit is contained in:
pabl0rg 2015-12-23 12:14:36 -06:00
parent 422e256bc1
commit c214bb20b0

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.