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:
parent
4365f1e9fa
commit
14867322fd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue