Browse Source

Remove redundant dependencies in widgets

pull/1824/head
Shagen Ogandzhanian 2 years ago
parent
commit
44e0dbe7bf
  1. 4
      web/widgets/build.gradle.kts

4
web/widgets/build.gradle.kts

@ -23,15 +23,11 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
implementation(kotlin("stdlib-common"))
}
}
val jsMain by getting {
dependencies {
implementation(kotlin("stdlib-js"))
implementation(npm("css-typed-om", "0.4.0"))
implementation(project(":web-core"))
}
}

Loading…
Cancel
Save