We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ede59 commit bdec8fcCopy full SHA for bdec8fc
compose-web-material/build.gradle.kts
@@ -9,7 +9,7 @@ kotlin {
9
sourceSets {
10
val jsMain by getting {
11
dependencies {
12
- implementation(compose.web.core)
+ implementation(compose.html.core)
13
implementation(compose.runtime)
14
implementation(project(":compose-web-common"))
15
0 commit comments