Setting Up
Kilua 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 (HMR) feature (apply code changes in the browser on the fly).
Requirements
To build a typical Kilua application you should have some tools installed on your machine and available on the system PATH:
Last updated