feat: implement visual UI builder, multi-device Android app, Ktor routing sync, and product roadmaps

This commit is contained in:
2026-07-04 13:46:24 -06:00
parent 0f834078d5
commit 17b0ccf464
26 changed files with 2940 additions and 64 deletions

View File

@@ -55,6 +55,7 @@ kotlin {
dependsOn(wearMain)
dependencies {
implementation("androidx.activity:activity-compose:1.8.2")
implementation(project(":tailscale-wearos-android"))
}
}
}