Marc
11/16/2023, 8:23 AMJacob Ras
11/16/2023, 8:49 AMMarc
11/16/2023, 8:57 AMMarc
11/16/2023, 9:57 AM./gradlew build desktopRun (or jvmRun) on the project generated by this site fails due to No main class specified and classpath is not an executable jar.
I would expect to have a working project 🤔Marc
11/16/2023, 1:07 PMFlorian Kistner [JB]
11/23/2023, 12:32 AM./gradlew run?Konstantin Tskhovrebov
11/23/2023, 6:20 PMkdoctor -a -v from the project root dir?Filip Piechowski
11/27/2023, 7:58 PMrun instead of jvmRun and then it works, the app starts. I don't know what causes it, I was copying gradle files generated by https://terrakok.github.io/Compose-Multiplatform-Wizard/ to my multiplatform project and at some point it looses ability to accept value of compose.desktop.application.mainClass in jvmRun task. The generated template itself work with jvmRun out of the box