Hey I am trying to run the template generate but t...
# multiplatform
m
Hey I am trying to run the template generate but this wizard. I was using fleet's play button to launch the ktor based server application, however fleet is now just not launching so I was thinking to run it from the CLI using gradlew. There doesn't seem to be any task to "run server". Is there some way I can run it using gradlew or maybe through android studio?
a
try
./gradlew :server:run
m
thanks that works, can you also tell me how to run desktop app, wasm build and android builds? The IDEs are failing a lot for me so I'm thinking to do everything from the CLI
c
get yourself familiar with gradle tasks and the the according documentations. they all have examples how to trigger the “run” task for the specific plugin. https://kotlinlang.org/docs/wasm-get-started.html#run-the-application android is a little bit more complicated as you need to biuld and install. https://developer.android.com/studio/run
gratitude arigatou gozaimasu 1
m
thanks a lot, somehow i keep getting lost in the heaps of documentation 😅 . I also have another question to ask, can I somehow serve the wasm frontend via my "server" implementation?
google 1
c
I‘m by no means your search engine. The first link link should give you the answer. 🙃
m
wow i'm having a really bad day with google today 🫠