in browser)?
(looking to create a simple web page and deploy it to GitHub Pages)Kotlin (module named
webapp
)
Copy code
@JsExport
fun main() { <http://console.info|console.info>("hi") }
@JsExport
fun hello() { <http://console.info|console.info>("hi") }
JavaScript
Copy code
webapp.main() // Works when using `browserDistribution` and `browserDevelopmentRun` Gradle tasks.
webapp.hello() // Only works when using `browserDevelopmentRun` task.