From 14867322fd9cf58c6d177a61650b4f2dc3fd5b90 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 23 May 2016 20:59:03 -0700 Subject: [PATCH] Minor fix. --- documentation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/index.html b/documentation/index.html index d1fa715..a88a412 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -376,7 +376,7 @@ Available templates "androidKotlin" Generate a simple Android Kotlin project

We see the same plug-ins we just reviewed and a new one provided by the Android plug-in called -"android-java". The --plugins parameter expects a comma-separated list of plug-in +"androidJava". The --plugins parameter expects a comma-separated list of plug-in id's and it acts as if you had specified these Maven id's in your Build.kt file. The reason why this parameter is useful is that typically, when you run a template, you don't have a build file yet since you are starting a project from scratch.