docs: update README with features, build instructions, and desktop JVM toolchain fix

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shahondin1624
2026-03-13 15:39:00 +01:00
parent 587180dd91
commit 5f941a09de
2 changed files with 57 additions and 17 deletions

View File

@@ -8,6 +8,10 @@ plugins {
alias(libs.plugins.compose.hot.reload)
}
kotlin {
jvmToolchain(24)
}
dependencies {
implementation(project(":sharedUI"))
implementation(compose.ui)