when I create multiplatform project in Intellij ID...
# multiplatform
m
when I create multiplatform project in Intellij IDEA and I try to run desktop app nothing happens. any suggestions?
c
Any chance it's similar to the above post? MainKt not found?
m
no. I click run and appsolutely nothing happens
no error, no progress, nothing
s
Just a suggestion, did you try going to Main.kt file on desktop part and hitting play button near fun main()
m
that’s what I did đŸ˜„
c
Can you run the Gradle task directly? I heard something a while back that deploying desktop app from android studio doesn't work.
m
I will try. am using Intellij IDEA tho
worked!
thank you
c
Nice. Yeah, there's a task you can run in gradle once (in AS) and then when you hit the run button it'll just run that. If you want more info the people in #compose-desktop can point you in the right direction. You should really file a bug for this though as it's not intuitive.
m
I will. thanks