mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 20:07:11 -07:00
Update
This commit is contained in:
parent
d905494e10
commit
498bf505a1
2 changed files with 16 additions and 6 deletions
|
@ -86,10 +86,10 @@ val p = project {
|
|||
</p>
|
||||
<pre class="brush:java">
|
||||
// Regular dependency
|
||||
compile("com.example:myPlugin:0.1")
|
||||
compile("com.example:my-plugin:0.1")
|
||||
|
||||
// Development dependency
|
||||
compile(file(homeDir("kotlin/myPlugin/kobaltBuild/libs/myPlugin-0.1.jar"))
|
||||
compile(file(homeDir("kotlin/my-plugin/kobaltBuild/libs/my-plugin-0.1.jar"))
|
||||
</pre>
|
||||
<p>
|
||||
With this latter configuration, simply build your plug-in to generate the jar file with <code>./kobaltw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue