This project is a simple Hello web app built using the modern Compose Multiplatform stack. It targets the web platform only, using Decompose for state management and ktlint for code style.
- JDK (compatible with Kotlin projects)
- Gradle
- Android Studio (for better development experience)
-
Run the app in development mode with continuous updates:
./gradlew wasmJsBrowserRun --continuous
-
Build the project for production (same as distribution):
./gradlew wasmJsBrowserDistribution
- Kotlin Compose for Web for building the UI.
- Decompose for managing navigation and state.
- KtLint for enforcing code style
Licensed under the Apache License 2.0. See LICENSE for details.