0

Basically title, I can run Jetpack Compose Desktop projects, but not the desktop part of JCMP, although the Android part runs fine. Clicking the build button does nothing as well.

The run configuration

Common's Gradle file

Android and Desktop's gradle are unchanged from the project creation

Phil Dukhov
  • 67,741
  • 15
  • 184
  • 220
Sir
  • 99
  • 1
  • 9

1 Answers1

1

Please use Compose Gradle plugin as described https://github.com/JetBrains/compose-jb/tree/master/tutorials/Getting_Started and run using Gradle task runner as well.

Nikolay Igotti
  • 580
  • 2
  • 7