Akram Bensalem
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl plugins { alias(libs.plugins.kotlinMultiplatform) alias(libs.plugins.jetbrainsCompose) } kotlin { jvm { compilations.all { kotlinOptions.jvmTarget = "17" } } @OptIn(ExperimentalWasmDsl::class) wasmJs { moduleName = "designsystem" browser {} binaries.library() } sourceSets { commonMain.dependencies { implementation(compose.runtime) implementation(compose.foundation) implementation(compose.material3) implementation(compose.ui) implementation(compose.materialIconsExtended) implementation(compose.components.resources) } } }
yarn.lock was changed. Run the kotlinUpgradeYarnLock task to actualize yarn.lock file
kotlinUpgradeYarnLock
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
Anmol Verma
A modern programming language that makes developers happier.