https://kotlinlang.org logo
#intellij
Title
# intellij
b

Brendan Weinstein

01/13/2020, 3:14 AM
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

Mikołaj Kąkol

01/13/2020, 7:15 AM
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