Skip to content
Snippets Groups Projects
Commit a118bf87 authored by Kaj Koivunen's avatar Kaj Koivunen :coffee:
Browse files

kotlinimpi main

parent 0ff73529
No related branches found
No related tags found
No related merge requests found
...@@ -35,12 +35,7 @@ class Ronove: App(MainView::class, RonoveStylesheet::class) { ...@@ -35,12 +35,7 @@ class Ronove: App(MainView::class, RonoveStylesheet::class) {
project.pages.add(Page()) project.pages.add(Page())
pageCount.set(project.pages.size) pageCount.set(project.pages.size)
} }
companion object {
/** Program main */
@JvmStatic fun main(args: Array<String>) {
launch<Ronove>(args)
}
}
} }
/** Program entry point */
fun main(args: Array<String>) = launch<Ronove>(args)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment