Atul Gupta
05/30/2024, 3:38 PMmain [desktop]
config from AS(Jellyfish | 2023.3.1 Patch 1) then getting this error
Could not set process working directory to '/Users/userName/Kmm/AppName/brandNameApp': could not setcwd() (errno 2: No such file or directory)
I downloaded the app from the Jetbrains web template, and renamed the composeApp
to brandNameApp
but not able to figure out for desktop at which file this name has been added so that command can successfully launch the appAtul Gupta
05/30/2024, 3:42 PMcomposeApp
a convention which is not that easy to change?Pablichjenkov
05/30/2024, 3:55 PMAtul Gupta
05/30/2024, 4:03 PMPablichjenkov
05/30/2024, 4:21 PMbuild.gradle
under the desktop DSL, the package name and such.
What task are you running to launch the desktop App?Atul Gupta
05/30/2024, 4:33 PMAppName/brandNameApp
earlier it was AppName/composeApp