Hi, I'm creating a multi-platform project, that us...
# ktor
s
Hi, I'm creating a multi-platform project, that uses the frontend plugin, based on this example: https://github.com/Kotlin/kotlin-frontend-plugin/tree/master/examples/new-mpp. And I was wondering: Is there any way, other than
./gradle run
to run the project so I can see the console output as well as debug the code using breakpoints? Currently I can't do any of both.