Skip to content

Commit

Permalink
Remove compose web widgets dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Nov 28, 2021
1 parent a56e04f commit f865dbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion anystream-client-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ kotlin {
implementation(libs.ktor.client.js)

implementation(compose.web.core)
implementation(compose.web.widgets)
implementation(compose.runtime)
implementation("app.softwork:routing-compose")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import kotlinx.browser.window
import kotlinx.coroutines.flow.*
import org.jetbrains.compose.web.css.*
import org.jetbrains.compose.web.dom.*
import org.jetbrains.compose.web.ui.Styles.style
import org.w3c.dom.HTMLElement
import kotlin.time.Duration

Expand Down

0 comments on commit f865dbb

Please sign in to comment.