Skip to content

Commit bdec8fc

Browse files
committed
Fix a deprecated call
This should've been committed months ago.
1 parent 95ede59 commit bdec8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose-web-material/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin {
99
sourceSets {
1010
val jsMain by getting {
1111
dependencies {
12-
implementation(compose.web.core)
12+
implementation(compose.html.core)
1313
implementation(compose.runtime)
1414
implementation(project(":compose-web-common"))
1515

0 commit comments

Comments
 (0)