Setting Up

KVision applications are built with Gradle. The official Kotlin Multiplatform gradle plugin is used to manage NPM dependencies, pack bundles (via webpack) and test the application using Karma. By using Gradle continuous build, you also can get hot module replacement feature (apply code changes in the browser on the fly).

Requirements

To build a typical KVision application you should have some tools installed on your machine and available on the system PATH:

Note: Make sure you are building KVision applications on the local file system.

Last updated