From 617e0d8882426978b3d4ea83b0adbb425bad6036 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 10 Apr 2016 21:07:11 -0700 Subject: [PATCH] Document new settings. --- documentation/index.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 55e56f9..455d5bd 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -267,7 +267,7 @@ com.badlogicgames.gdx:gdx-platform:jar:natives-desktop:1.9.2
 <kobalt-settings>
-    <localRepo>/Users/beust/my-kobalt-repo</localRepo>
+    <local-repo>/Users/beust/my-kobalt-repo</local-repo>
     <default-repos>
         <repo>http://jcenter.com</repo>
         <repo>http://example.com</repo>
@@ -291,15 +291,25 @@ com.badlogicgames.gdx:gdx-platform:jar:natives-desktop:1.9.2
- localRepo - ~/.kobalt/repository - Where Kobalt stores all the downloaded dependencies. - - - defaultRepos + default-repos Default repos List of repos overriding the default ones that Kobalt uses. + + kobalt-compiler-version + 1.0.0 + The version of the Kotlin compiler that Kobalt uses. + + + kobalt-compiler-repo + None + The Maven repository where to find the compiler. By default, the compiler is looked up in the default repos (JCenter, Maven, ...). + + + local-repo + ~/.kobalt/repository + Where Kobalt stores all the downloaded dependencies. +

Templates