From b70a77ec787fb064f50b1ba24a12836e020e02eb Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 26 Mar 2017 09:26:21 -0700 Subject: [PATCH] Update --- plug-in-development/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plug-in-development/index.html b/plug-in-development/index.html index f0a9d9c..dc2f9dc 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -59,8 +59,7 @@ fun main(argv: Array<String>) {

In order for this code to compile, you will have to switch the dependency of your plug-in from kobalt-plugin-api to just kobalt, which is the actual application (and which - therefore contains the main() entry point). You can leverage Kobalt profiles to easily - switch from development to production settings: + therefore contains the main() entry point):

 val dev = false // or true for development