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