Hello, anyone had this issue were if i try run on ...
# compose-desktop
t
Hello, anyone had this issue were if i try run on desktop target from android studio i see the desktop app window with the ui and it works as expected but gradle build task
:desktopApp:run
is stuck on running until i cancel it maually
a
does
run
keep running when the app is stopped?
m
I just got started and had the same thing, in my case, it was my fault for specifying the wrong mainClass (it would have been nicer if that produced an error message, but such is life)
👀 1
t
@Alex Styl no, when i close the app
run
task stops
a
@Taha that's normal then. someone has to keep the app running right? when you stop the
run
script, then the app dies as it should
mine does the same
t
LOL! i don't have much experiance with desktop i expected a behaviour similar to android and ios. Thanks for the letting me know!
a
in android and ios your phone is running the app, not your computer. someone has to be running the app loop 🙂
💡 2
👍 1