Contains a simple hello world. Build: Gradle, Kotlin2Js, DCE
First example of a jQuery wrapper. The used binding is very simple. Build: Gradle, Kotlin2Js, Frontend plugin
Simple page that performs several REST Requests with jQuery. Project contains a simple test case. Build: Frontend plugin
Demonstrates calling kotlin code from javascript. Build: Gradle, kotlin2js, DCE
Example Toolchain for building a simple (without frontend plugin) MPP app for testing.
Project exists only to demonstrate alternate build chain. Build: Uses node Plugin, yarn and mocha for testing.
Project shows how to include kotlin into an existing js application. HINT: build.gradle.kts exists only to include the module into the workspace. Build: Node tooling with kotlin-webpack-plugin. DCE is performed with compiler options "optimize:true" (only for lib code)
Added an example for the new 1.3.40 plugin. Run seems to work, tests are compilled but not executed.(?) execute: ./gradlew :new-gradle-plugin:run -t (-t continuous build - very good performance boost)