/kotlin-wasm-example

Example web application with Kotlin and WASM

Primary LanguageKotlin

Kotlin WASM example

An example of using Kotlin natively in the browser through WASM.

How to

Build the project

./gradlew build

Run the app

./gradlew wasmBrowserRun -t

Upgrade Gradle (example version)

./gradlew wrapper --gradle-version 8.2.1 --distribution-type all

Update all dependencies if latest versions exist, and remove unused ones (it will update gradle/libs.versions.toml)

./gradlew versionCatalogUpdate

Reference pages