A demo project of Jetpack Compose HTML styled with Beer CSS
This project demonstrates the capabilities of Compose HTML for building modern web applications using Kotlin multiplatform technology.
In build.gradle.kts add:
dependencies {
implementation("com.xemantic.compose.html.demo:xemantic-compose-html-demo:0.3.0")
}./gradlew build
./gradlew testAll gradle dependencies are managed by the libs.versions.toml file.
Check for latest versions:
./gradlew dependencyUpdates