We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8e1df commit 66ab934Copy full SHA for 66ab934
Writerside/topics/gradle-plugins/KordEx-Plugin.topic
@@ -216,6 +216,23 @@
216
<td>Description</td>
217
</tr>
218
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
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
233
+ </td>
234
+ </tr>
235
236
<tr>
237
<td><code>addRepositories</code></td>
238
<td><code>true</code></td>
0 commit comments