mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
Update
This commit is contained in:
parent
09a067a55a
commit
b70a77ec78
1 changed files with 1 additions and 2 deletions
|
@ -59,8 +59,7 @@ fun main(argv: Array<String>) {
|
|||
<p>
|
||||
In order for this code to compile, you will have to switch the dependency of your plug-in from
|
||||
<code>kobalt-plugin-api</code> to just <code>kobalt</code>, which is the actual application (and which
|
||||
therefore contains the <code>main()</code> entry point). You can leverage Kobalt profiles to easily
|
||||
switch from development to production settings:
|
||||
therefore contains the <code>main()</code> entry point):
|
||||
</p>
|
||||
<pre class="brush:java">
|
||||
val dev = false // or true for development
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue