1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00
This commit is contained in:
Cedric Beust 2017-03-26 09:26:21 -07:00
parent 09a067a55a
commit b70a77ec78

View file

@ -59,8 +59,7 @@ fun main(argv: Array<String>) {
<p> <p>
In order for this code to compile, you will have to switch the dependency of your plug-in from 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 <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 therefore contains the <code>main()</code> entry point):
switch from development to production settings:
</p> </p>
<pre class="brush:java"> <pre class="brush:java">
val dev = false // or true for development val dev = false // or true for development