Hi :smile: I’m trying run a multiplatform project ...
# compose-desktop
y
Hi 😄 I’m trying run a multiplatform project on Windows and this error occurs, any idea what is happening ?
p
You should add dependency ComposePlugin.Dependencies.desktop.currentOs
y
I’ve added and still doesn’t work
d
did you sync before running again? Try building the project to see if it fails
you also forgot a
}
in the last screenshot
and I don't know if
jvmMain {
works, I only use
Copy code
val jvmMain by getting {
  dependencies {
    implementation(compose.desktop.currentOs)
  }
}