c726360ad2
[JS] Remove incremental js jps test [JS] Remove test of maven js archetype [JS] Fix another one test [JS] Fix tests for jps [JS] Try to fix maven test data [JS] Fix test data [JS] Fix test data for ant [JS] Fix jsExtraHelp test [JS] Fix test run from not-Gradle build tools [JS] Set flag without compiler error [JS] Disable warnings and errors in legacy compiler called from Gradle [JS] Proofread messages [JS] Not proofread messages KT-42326
Sample Application
This (really simple ;) application shows how to use Kotlin and the maven plugin to generate JavaScript and invoke it from inside a HTML web page.
The source Hello.kt uses the kotlin.browser API to access the document property to modify the HTML.
Running the sample in a web browser
To run the example try:
cd libraries/examples/browser-example-with-library
mvn install
open sample.html
This should open a browser which then shows some simple HTML which then includes some dynamically generated content.