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.
Android and Desktop's gradle are unchanged from the project creation
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.
Android and Desktop's gradle are unchanged from the project creation
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.