Development Workflow
Last updated
Last updated
To run the application with Gradle continuous build, enter one of these commands:
After Gradle finishes downloading dependencies and building the application, open in your favourite browser.
You can import the project in IntelliJ IDEA and open src/commonMain/kotlin/main.kt
file. You can of course use your favourite text editor.
Make some code changes in the start
function:
You should see your changes immediately in the browser.