mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 15:48:51 +00:00
Remove redundant dependencies in widgets
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user