Giorgi
05/07/2023, 7:00 PMMichael Paus
05/07/2023, 7:54 PMNikita Lipsky
05/08/2023, 1:32 PMGiorgi
05/10/2023, 10:56 AMGiorgi
05/10/2023, 11:01 AMNSApplication.sharedApplication()
on my app, but it also does not help to show the windowMichael Paus
05/10/2023, 1:11 PMGiorgi
05/10/2023, 1:30 PMDid you select the proper run configuration as described here?what does shared[macosX64] mean? I though it was a gradle task or part of gradle task name but I dont have any.
Also, did you set up your environment as described here?yea, I missed this. Added couple UTF-8 env variables and it says that my system is ready for Kotlin multiplatform
Giorgi
05/10/2023, 1:31 PMrunDebugExecutableMacosArm64
, but still does not work...Giorgi
05/10/2023, 1:32 PMGiorgi
05/10/2023, 1:38 PMrunDebugExecutableMacosX64
it failed saying there is no main in root package, then I added a new directory in shared module macosX64
with copied main function from macosMain, ran runDebugExecutableMacosX64
and the window showed upGiorgi
05/10/2023, 1:42 PMGiorgi
05/10/2023, 1:43 PMMichael Paus
05/10/2023, 6:46 PM