From 69453d7f8ebc00107def688ee5ca827bc433c946 Mon Sep 17 00:00:00 2001 From: ogaclejapan Date: Sun, 2 Jun 2024 15:35:15 +0900 Subject: [PATCH] Remove workaround --- sample/composeApp/build.gradle.kts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sample/composeApp/build.gradle.kts b/sample/composeApp/build.gradle.kts index eb70dc9..2f210d1 100644 --- a/sample/composeApp/build.gradle.kts +++ b/sample/composeApp/build.gradle.kts @@ -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)