Skip to content

Commit 66ab934

Browse files
committed
Update KordEx plugin docs for 1.2.1
1 parent 6c8e1df commit 66ab934

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Writerside/topics/gradle-plugins/KordEx-Plugin.topic

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,23 @@
216216
<td>Description</td>
217217
</tr>
218218

219+
<tr>
220+
<td><code>addDependencies</code></td>
221+
<td><code>true</code></td>
222+
223+
<td>
224+
<p>
225+
<format style="bold">New in v1.2.1:</format>
226+
Whether to automatically add the required dependencies for a standard Kord Extensions setup.
227+
</p>
228+
229+
<p>
230+
If you need to create a "common" module depended on by bots, you may wish to set this
231+
property to <code>false</code> in your bot modules to avoid duplicate dependencies.
232+
</p>
233+
</td>
234+
</tr>
235+
219236
<tr>
220237
<td><code>addRepositories</code></td>
221238
<td><code>true</code></td>

0 commit comments

Comments
 (0)