fixes build of web
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user