Has anyone here managed to setup a backend run con...
# intellij
b
Has anyone here managed to setup a backend run configuration that they can debug in a kotlin multiplatform project?
https://github.com/JetBrains/kotlinconf-app Has anyone tried running the debugger on the ktor app within the sample multiplatform app here?
m
it worked for me, debugging android app and tests using android junit test configuration, I couldn't debug test that were run by gradle configuration. I haven't tried running native debugger/tests