Skip to content

Commit

Permalink
Merge pull request #31 from soil-kt/remove_workaround
Browse files Browse the repository at this point in the history
Remove unnecessary workaround
  • Loading branch information
ogaclejapan committed Jun 2, 2024
2 parents 48443c1 + 69453d7 commit e2ba48c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sample/composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ kotlin {
implementation(projects.internal.playground)
implementation(compose.runtime)
implementation(compose.foundation)
// FIXME:
// > Task :sample:composeApp:compileDevelopmentExecutableKotlinWasmJs FAILED
// e: Could not find "org.jetbrains.compose.material:material" in [/xxx/Library/Application Support/kotlin/daemon]
// ref. https://slack-chats.kotlinlang.org/t/14174274/hey-all-i-m-unable-to-get-a-successful-build-in-a-kmm-projec
implementation(compose.material)
implementation(compose.material3)
implementation(compose.ui)
implementation(compose.components.resources)
Expand Down

0 comments on commit e2ba48c

Please sign in to comment.