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.