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

Minor fix.

This commit is contained in:
Cedric Beust 2016-05-23 20:59:03 -07:00
parent 4365f1e9fa
commit 14867322fd

View file

@ -376,7 +376,7 @@ Available templates
"androidKotlin" Generate a simple Android Kotlin project</pre>
<p>
We see the same plug-ins we just reviewed and a new one provided by the Android plug-in called
<code>"android-java"</code>. The <code>--plugins</code> parameter expects a comma-separated list of plug-in
<code>"androidJava"</code>. The <code>--plugins</code> 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 <code>Build.kt</code> 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.