From c214bb20b022bf5b699121f6d52f784248f37269 Mon Sep 17 00:00:00 2001 From: pabl0rg Date: Wed, 23 Dec 2015 12:14:36 -0600 Subject: [PATCH] add link to maven heirarchy I know this would have helped me save some time. Due to ignorance, etc i was unfamiliar. --- documentation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/index.html b/documentation/index.html index ec5036b..49805bc 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -108,7 +108,7 @@ You can now attempt to build your project with Kobalt: ./kobaltw assemble -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 Build.kt. +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 Build.kt. As of this writing, Kobalt supports Java and Kotlin projects.