Remove redundant dependencies in widgets

This commit is contained in:
Shagen Ogandzhanian
2022-02-10 22:10:19 +01:00
parent 2cb9ec0846
commit 44e0dbe7bf

View File

@@ -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"))
}
}