aboutsummaryrefslogtreecommitdiff
path: root/examples/helloworld
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helloworld')
-rw-r--r--examples/helloworld/src/main/kotlin/com/example/Main.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/helloworld/src/main/kotlin/com/example/Main.kt b/examples/helloworld/src/main/kotlin/com/example/Main.kt
index fba5f87a..53b6b0ae 100644
--- a/examples/helloworld/src/main/kotlin/com/example/Main.kt
+++ b/examples/helloworld/src/main/kotlin/com/example/Main.kt
@@ -23,6 +23,7 @@ fun main(args: Array<String>) {
}
if (document.body != null) {
+ KVManager.start()
application = start(state)
} else {
KVManager.init()