fixes build of web

This commit is contained in:
2026-08-24 19:33:51 -04:00
parent d62575df16
commit 2df297483b
3 changed files with 27 additions and 9 deletions
+5 -4
View File
@@ -17,13 +17,14 @@ kotlin {
commonMain.dependencies {
implementation(project(":shared"))
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material3)
implementation(compose.ui)
implementation("org.jetbrains.compose.runtime:runtime:1.11.1")
implementation("org.jetbrains.compose.foundation:foundation:1.11.1")
implementation("org.jetbrains.compose.material3:material3:1.9.0")
implementation("org.jetbrains.compose.ui:ui:1.11.1")
}
wasmJsMain.dependencies {
implementation(project(":shared_ui"))
}
}
}